Color Hex Logo

#bbbfdb Color Hex

#BBBFDB
(187,191,219)
0 Favorites   0 Comments

Color spaces of #bbbfdb

RGB 187191219
HSL0.650.310.80
HSV233°15°86°
CMYK 0.150.130.00   0.14
XYZ51.910552.940974.5005
Yxy52.94090.28940.2952
Hunter Lab72.76050.0188-9.7755
CIE-Lab77.84014.2209-14.4434

#bbbfdb color RGB value is (187,191,219).

#bbbfdb hex color red value is 187, green value is 191 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bbbfdb hue: 0.65 , saturation: 0.31 and the lightness value of bbbfdb is 0.80.

The process color (four color CMYK) of #bbbfdb color hex is 0.15, 0.13, 0.00, 0.14. Web safe color of #bbbfdb is #cccccc. Color #bbbfdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111111 11011011
Octal 273 277 333
Decimal 187 191 219
Hex BB BF DB

RGB Percentages of Color #bbbfdb

%31.32
%31.99
%36.68

CMYK Percentages of Color #bbbfdb

%15
%13
%0
%14

Triadic Colors of #bbbfdb

#bbbfdb #dbbbbf #bfdbbb

Analogous Colors of #bbbfdb

#bbbfdb #c7bbdb #bbcfdb

Monochromatic Colors of #bbbfdb

#bbbfdb

Complementary Color

#bbbfdb #dbd7bb

#bbbfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbfdb Color CSS Codes

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

#bbbfdb Text Font Color

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

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


#bbbfdb Background Color

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

This div background color is #bbbfdb


#bbbfdb Border Color

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

This div border color is #bbbfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbfdb


Comments

No comments written yet.

Please login to write comment.