#BFC2DD

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

Shades of Lavender Grey #BFC2DD

Tints of Lavender Grey #BFC2DD

Color information

#BFC2DD (or 0xBFC2DD) is unknown color: approx Lavender Grey. HEX triplet: BF, C2 and DD. RGB value is (191,194,221). Sum of RGB (Red+Green+Blue) = 191+194+221=606 (80% of max value = 765). Red value is 191 (75% from 255 or 31.52% from 606); Green value is 194 (76.17% from 255 or 32.01% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 221 - color contains mainly: blue. Hex color #BFC2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC2DD is #403D22. Grayscale: #C4C4C4. Windows color (decimal): -4209955 or 14533311. OLE color: 14533311.

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

Color convert

RGB191194221-
CMYK0.140.1200.13
HSL234º30.61%80.78%-
HSV(B)234º13.57%86.67%-
XYZ53.8354.8876.16-
YUV196.18142.01124.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.52%
GREEN value IS 194 (76.17% from 255) = 32.01%
BLUE value IS 221 (86.72% from 255) = 36.47%
R=31.52%
G=32.01%
B=36.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1911942210.140.1200.1323430.6180.78
HexBFC2DDEC0Dea1f51
Octal277302335161401535237121
Binary101111111100001011011101111011000110111101010111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC2DD; }

 p { color: rgb(191,194,221); }

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

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

 a { background-color: rgb(191,194,221); }

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

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

 span { border-color: rgb(191,194,221); }

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