Color Hex Logo

#bfbbdb Color Hex

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

Color spaces of #bfbbdb

RGB 191187219
HSL0.690.310.80
HSV248°15°86°
CMYK 0.130.150.00   0.14
XYZ52.042451.731574.2601
Yxy51.73150.29230.2906
Hunter Lab71.92463.2889-10.8680
CIE-Lab77.12007.6706-15.4952

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

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

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

Base Numbers

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

RGB Percentages of Color #bfbbdb

%31.99
%31.32
%36.68

CMYK Percentages of Color #bfbbdb

%13
%15
%0
%14

Triadic Colors of #bfbbdb

#bfbbdb #dbbfbb #bbdbbf

Analogous Colors of #bfbbdb

#bfbbdb #cfbbdb #bbc7db

Monochromatic Colors of #bfbbdb

#bfbbdb

Complementary Color

#bfbbdb #d7dbbb

#bfbbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbbdb Color CSS Codes

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

#bfbbdb Text Font Color

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

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


#bfbbdb Background Color

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

This div background color is #bfbbdb


#bfbbdb Border Color

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

This div border color is #bfbbdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,187,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 #bfbbdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbbdb


Comments

No comments written yet.

Please login to write comment.