#BFC2DE

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

Shades of Lavender Grey #BFC2DE

Tints of Lavender Grey #BFC2DE

Color information

#BFC2DE (or 0xBFC2DE) is unknown color: approx Lavender Grey. HEX triplet: BF, C2 and DE. RGB value is (191,194,222). Sum of RGB (Red+Green+Blue) = 191+194+222=607 (80% of max value = 765). Red value is 191 (75% from 255 or 31.47% from 607); Green value is 194 (76.17% from 255 or 31.96% from 607); Blue value is 222 (87.11% from 255 or 36.57% from 607); Max value from RGB is 222 - color contains mainly: blue. Hex color #BFC2DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC2DE is #403D21. Grayscale: #C4C4C4. Windows color (decimal): -4209954 or 14598847. OLE color: 14598847.

HSL color Cylindrical-coordinate representation of color #BFC2DE: hue angle of 234.19º degrees, saturation: 0.32, 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 #BFC2DE is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB191194222-
CMYK0.140.1300.13
HSL234.19º31.96%80.98%-
HSV(B)234.19º13.96%87.06%-
XYZ53.9654.9376.87-
YUV196.3142.51124.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.47%
GREEN value IS 194 (76.17% from 255) = 31.96%
BLUE value IS 222 (87.11% from 255) = 36.57%
R=31.47%
G=31.96%
B=36.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1911942220.140.1300.13234.1931.9680.98
HexBFC2DEED0Dea2051
Octal277302336161501535240121
Binary1011111111000010110111101110110101101111010101000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC2DE; }

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

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

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

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

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

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

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

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