Color Hex Logo

#bbbdf4 Color Hex

#BBBDF4
(187,189,244)
0 Favorites   0 Comments

Color spaces of #bbbdf4

RGB 187189244
HSL0.660.720.85
HSV238°23°96°
CMYK 0.230.230.00   0.04
XYZ55.020253.491693.0130
Yxy53.49160.27300.2654
Hunter Lab73.13806.2905-24.2053
CIE-Lab78.164410.8266-27.4163

#bbbdf4 color RGB value is (187,189,244).

#bbbdf4 hex color red value is 187, green value is 189 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #bbbdf4 hue: 0.66 , saturation: 0.72 and the lightness value of bbbdf4 is 0.85.

The process color (four color CMYK) of #bbbdf4 color hex is 0.23, 0.23, 0.00, 0.04. Web safe color of #bbbdf4 is #ccccff. Color #bbbdf4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111101 11110100
Octal 273 275 364
Decimal 187 189 244
Hex BB BD F4

RGB Percentages of Color #bbbdf4

%30.16
%30.48
%39.35

CMYK Percentages of Color #bbbdf4

%23
%23
%0
%4

Triadic Colors of #bbbdf4

#bbbdf4 #f4bbbd #bdf4bb

Analogous Colors of #bbbdf4

#bbbdf4 #d6bbf4 #bbdaf4

Monochromatic Colors of #bbbdf4

#bbbdf4

Complementary Color

#bbbdf4 #f4f2bb

#bbbdf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbdf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbdf4 Color CSS Codes

.mybgcolor {background-color:#bbbdf4; } 
.myforecolor {color:#bbbdf4; }
.mybordercolor {border:3px solid #bbbdf4; }

#bbbdf4 Text Font Color

<p style="color:#bbbdf4">Text here</p>

This sample text font color is #bbbdf4
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bbbdf4 Background Color

<div style="background-color:#bbbdf4">
Div content here</div>

This div background color is #bbbdf4


#bbbdf4 Border Color

<div style="border:3px solid #bbbdf4">
Div here</div>

This div border color is #bbbdf4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,189,244, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bbbdf4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bbbdf4;
  -webkit-box-shadow: 1px 1px 3px 2px #bbbdf4;
  box-shadow:         1px 1px 3px 2px #bbbdf4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,189,244, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bbbdf4">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bbbdf4;
  -webkit-box-shadow: 1px 1px 3px 2px #bbbdf4;
  box-shadow:         1px 1px 3px 2px #bbbdf4;">
Div content here</div>

This div box has shadow with color #bbbdf4


Comments

No comments written yet.

Please login to write comment.