#BFC0DF

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

Shades of Lavender Grey #BFC0DF

Tints of Lavender Grey #BFC0DF

Color information

#BFC0DF (or 0xBFC0DF) is unknown color: approx Lavender Grey. HEX triplet: BF, C0 and DF. RGB value is (191,192,223). Sum of RGB (Red+Green+Blue) = 191+192+223=606 (80% of max value = 765). Red value is 191 (75% from 255 or 31.52% from 606); Green value is 192 (75.39% from 255 or 31.68% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFC0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC0DF is #403F20. Grayscale: #C3C3C3. Windows color (decimal): -4210465 or 14663871. OLE color: 14663871.

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

Color convert

RGB191192223-
CMYK0.140.1400.13
HSL238.12º33.33%81.18%-
HSV(B)238.12º14.35%87.45%-
XYZ53.6554.177.43-
YUV195.24143.67124.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.52%
GREEN value IS 192 (75.39% from 255) = 31.68%
BLUE value IS 223 (87.5% from 255) = 36.80%
R=31.52%
G=31.68%
B=36.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1911922230.140.1400.13238.1233.3381.18
HexBFC0DFEE0Dee2151
Octal277300337161601535641121
Binary1011111111000000110111111110111001101111011101000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC0DF; }

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

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

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

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

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

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

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

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