#BFC0D4

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

Shades of Lavender Grey #BFC0D4

Tints of Lavender Grey #BFC0D4

Color information

#BFC0D4 (or 0xBFC0D4) is unknown color: approx Lavender Grey. HEX triplet: BF, C0 and D4. RGB value is (191,192,212). Sum of RGB (Red+Green+Blue) = 191+192+212=595 (78% of max value = 765). Red value is 191 (75% from 255 or 32.10% from 595); Green value is 192 (75.39% from 255 or 32.27% from 595); Blue value is 212 (83.20% from 255 or 35.63% from 595); Max value from RGB is 212 - color contains mainly: blue. Hex color #BFC0D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC0D4 is #403F2B. Grayscale: #C1C1C1. Windows color (decimal): -4210476 or 13942975. OLE color: 13942975.

HSL color Cylindrical-coordinate representation of color #BFC0D4: hue angle of 237.14º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFC0D4 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB191192212-
CMYK0.100.0900.17
HSL237.14º19.63%79.02%-
HSV(B)237.14º9.91%83.14%-
XYZ52.2253.5369.87-
YUV193.98138.17125.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.10%
GREEN value IS 192 (75.39% from 255) = 32.27%
BLUE value IS 212 (83.20% from 255) = 35.63%
R=32.10%
G=32.27%
B=35.63%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1911922120.100.0900.17237.1419.6379.02
HexBFC0D4A9011ed144f
Octal277300324121102135524117
Binary1011111111000000110101001010100101000111101101101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC0D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC0D4; }

 p { color: rgb(191,192,212); }

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

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

 a { background-color: rgb(191,192,212); }

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

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

 span { border-color: rgb(191,192,212); }

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