#BFC2D6

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

Shades of Lavender Grey #BFC2D6

Tints of Lavender Grey #BFC2D6

Color information

#BFC2D6 (or 0xBFC2D6) is unknown color: approx Lavender Grey. HEX triplet: BF, C2 and D6. RGB value is (191,194,214). Sum of RGB (Red+Green+Blue) = 191+194+214=599 (79% of max value = 765). Red value is 191 (75% from 255 or 31.89% from 599); Green value is 194 (76.17% from 255 or 32.39% from 599); Blue value is 214 (83.98% from 255 or 35.73% from 599); Max value from RGB is 214 - color contains mainly: blue. Hex color #BFC2D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC2D6 is #403D29. Grayscale: #C3C3C3. Windows color (decimal): -4209962 or 14074559. OLE color: 14074559.

HSL color Cylindrical-coordinate representation of color #BFC2D6: hue angle of 232.17º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFC2D6 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB191194214-
CMYK0.110.0900.16
HSL232.17º21.9%79.41%-
HSV(B)232.17º10.75%83.92%-
XYZ52.9254.5171.35-
YUV195.38138.51124.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.89%
GREEN value IS 194 (76.17% from 255) = 32.39%
BLUE value IS 214 (83.98% from 255) = 35.73%
R=31.89%
G=32.39%
B=35.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1911942140.110.0900.16232.1721.979.41
HexBFC2D6B9010e8164f
Octal277302326131102035026117
Binary1011111111000010110101101011100101000011101000101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC2D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC2D6; }

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

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

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

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

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

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

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

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