Color Hex Logo

#bbbde6 Color Hex

#BBBDE6
(187,189,230)
0 Favorites   0 Comments

Color spaces of #bbbde6

RGB 187189230
HSL0.660.460.82
HSV237°19°90°
CMYK 0.190.180.00   0.10
XYZ52.974052.673282.2378
Yxy52.67320.28190.2803
Hunter Lab72.57633.2800-16.3794
CIE-Lab77.68177.6760-20.6179

#bbbde6 color RGB value is (187,189,230).

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

The process color (four color CMYK) of #bbbde6 color hex is 0.19, 0.18, 0.00, 0.10. Web safe color of #bbbde6 is #ccccff. Color #bbbde6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111101 11100110
Octal 273 275 346
Decimal 187 189 230
Hex BB BD E6

RGB Percentages of Color #bbbde6

%30.86
%31.19
%37.95

CMYK Percentages of Color #bbbde6

%19
%18
%0
%10

Triadic Colors of #bbbde6

#bbbde6 #e6bbbd #bde6bb

Analogous Colors of #bbbde6

#bbbde6 #cfbbe6 #bbd3e6

Monochromatic Colors of #bbbde6

#bbbde6

Complementary Color

#bbbde6 #e6e4bb

#bbbde6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbde6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbde6 Color CSS Codes

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

#bbbde6 Text Font Color

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

This sample text font color is #bbbde6
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.


#bbbde6 Background Color

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

This div background color is #bbbde6


#bbbde6 Border Color

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

This div border color is #bbbde6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbde6


Comments

No comments written yet.

Please login to write comment.