#BFC0CD

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

Shades of Lavender Grey #BFC0CD

Tints of Lavender Grey #BFC0CD

Color information

#BFC0CD (or 0xBFC0CD) is unknown color: approx Lavender Grey. HEX triplet: BF, C0 and CD. RGB value is (191,192,205). Sum of RGB (Red+Green+Blue) = 191+192+205=588 (77% of max value = 765). Red value is 191 (75% from 255 or 32.48% from 588); Green value is 192 (75.39% from 255 or 32.65% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 205 - color contains mainly: blue. Hex color #BFC0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC0CD is #403F32. Grayscale: #C1C1C1. Windows color (decimal): -4210483 or 13484223. OLE color: 13484223.

HSL color Cylindrical-coordinate representation of color #BFC0CD: hue angle of 235.71º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFC0CD is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB191192205-
CMYK0.070.0600.20
HSL235.71º12.28%77.65%-
HSV(B)235.71º6.83%80.39%-
XYZ51.3553.1865.32-
YUV193.18134.67126.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.48%
GREEN value IS 192 (75.39% from 255) = 32.65%
BLUE value IS 205 (80.47% from 255) = 34.86%
R=32.48%
G=32.65%
B=34.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1911922050.070.0600.20235.7112.2877.65
HexBFC0CD76014ecc4e
Octal2773003157602435414116
Binary1011111111000000110011011111100101001110110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC0CD; }

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

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

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

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

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

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

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

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