#BCBFCE

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

Shades of Lavender Grey #BCBFCE

Tints of Lavender Grey #BCBFCE

Color information

#BCBFCE (or 0xBCBFCE) is unknown color: approx Lavender Grey. HEX triplet: BC, BF and CE. RGB value is (188,191,206). Sum of RGB (Red+Green+Blue) = 188+191+206=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 191 (75% from 255 or 32.65% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 206 - color contains mainly: blue. Hex color #BCBFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBFCE is #434031. Grayscale: #BFBFBF. Windows color (decimal): -4407346 or 13549500. OLE color: 13549500.

HSL color Cylindrical-coordinate representation of color #BCBFCE: hue angle of 230º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCBFCE is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB188191206-
CMYK0.090.0700.19
HSL230º15.52%77.25%-
HSV(B)230º8.74%80.78%-
XYZ50.5152.4165.85-
YUV191.81136.01125.28-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.14%
GREEN value IS 191 (75% from 255) = 32.65%
BLUE value IS 206 (80.86% from 255) = 35.21%
R=32.14%
G=32.65%
B=35.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1881912060.090.0700.1923015.5277.25
HexBCBFCE97013e6104d
Octal27427731611702334620115
Binary101111001011111111001110100111101001111100110100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBFCE; }

 p { color: rgb(188,191,206); }

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

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

 a { background-color: rgb(188,191,206); }

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

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

 span { border-color: rgb(188,191,206); }

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