#BFBBDF

Color #BFBBDF Lavender Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Grey #BFBBDF

Tints of Lavender Grey #BFBBDF

Color information

#BFBBDF (or 0xBFBBDF) is unknown color: approx Lavender Grey. HEX triplet: BF, BB and DF. RGB value is (191,187,223). Sum of RGB (Red+Green+Blue) = 191+187+223=601 (79% of max value = 765). Red value is 191 (75% from 255 or 31.78% from 601); Green value is 187 (73.44% from 255 or 31.11% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFBBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBBDF is #404420. Grayscale: #C0C0C0. Windows color (decimal): -4211745 or 14662591. OLE color: 14662591.

HSL color Cylindrical-coordinate representation of color #BFBBDF: hue angle of 246.67º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFBBDF is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB191187223-
CMYK0.140.1600.13
HSL246.67º36%80.39%-
HSV(B)246.67º16.14%87.45%-
XYZ52.5851.9477.07-
YUV192.3145.33127.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 31.78%
GREEN value IS 187 (73.44% from 255) = 31.11%
BLUE value IS 223 (87.5% from 255) = 37.10%
R=31.78%
G=31.11%
B=37.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1911872230.140.1600.13246.673680.39
HexBFBBDFE100Df72450
Octal277273337162001536744120
Binary10111111101110111101111111101000001101111101111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBBDF; }

 p { color: rgb(191,187,223); }

 H1.HeaderClassName
 {
   color: #BFBBDF;
 }
 .AnyTagClassName
 {
   color: #BFBBDF;
 }
</style>
background-color css

<style>
 a { background-color: #BFBBDF; }

 a { background-color: rgb(191,187,223); }

 div.DivClassName
 {
   background-color: #BFBBDF;
 }
 .BgClassName
 {
   background-color: #BFBBDF;
 }
</style>
border-color css

<style>
 span { border-color: #BFBBDF; }

 span { border-color: rgb(191,187,223); }

 td.TdClassName
 {
   border-color: #BFBBDF;
 }
 .TagClassName
 {
   border-color: #BFBBDF;
 }
</style>