#BFC0CC

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

Shades of Lavender Grey #BFC0CC

Tints of Lavender Grey #BFC0CC

Color information

#BFC0CC (or 0xBFC0CC) is unknown color: approx Lavender Grey. HEX triplet: BF, C0 and CC. RGB value is (191,192,204). Sum of RGB (Red+Green+Blue) = 191+192+204=587 (77% of max value = 765). Red value is 191 (75% from 255 or 32.54% from 587); Green value is 192 (75.39% from 255 or 32.71% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 204 - color contains mainly: blue. Hex color #BFC0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC0CC is #403F33. Grayscale: #C1C1C1. Windows color (decimal): -4210484 or 13418687. OLE color: 13418687.

HSL color Cylindrical-coordinate representation of color #BFC0CC: hue angle of 235.38º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BFC0CC is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB191192204-
CMYK0.060.0600.2
HSL235.38º11.3%77.45%-
HSV(B)235.38º6.37%80%-
XYZ51.2353.1464.68-
YUV193.07134.17126.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.54%
GREEN value IS 192 (75.39% from 255) = 32.71%
BLUE value IS 204 (80.08% from 255) = 34.75%
R=32.54%
G=32.71%
B=34.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1911922040.060.0600.2235.3811.377.45
HexBFC0CC66014ebb4d
Octal2773003146602435313115
Binary1011111111000000110011001101100101001110101110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC0CC; }

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

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

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

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

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

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

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

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