#BCBED0

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

Shades of Lavender Grey #BCBED0

Tints of Lavender Grey #BCBED0

Color information

#BCBED0 (or 0xBCBED0) is unknown color: approx Lavender Grey. HEX triplet: BC, BE and D0. RGB value is (188,190,208). Sum of RGB (Red+Green+Blue) = 188+190+208=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 190 (74.61% from 255 or 32.42% from 586); Blue value is 208 (81.64% from 255 or 35.49% from 586); Max value from RGB is 208 - color contains mainly: blue. Hex color #BCBED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBED0 is #43412F. Grayscale: #BFBFBF. Windows color (decimal): -4407600 or 13680316. OLE color: 13680316.

HSL color Cylindrical-coordinate representation of color #BCBED0: hue angle of 234º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCBED0 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB188190208-
CMYK0.100.0900.18
HSL234º17.54%77.65%-
HSV(B)234º9.62%81.57%-
XYZ50.5452.0767.06-
YUV191.45137.34125.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.08%
GREEN value IS 190 (74.61% from 255) = 32.42%
BLUE value IS 208 (81.64% from 255) = 35.49%
R=32.08%
G=32.42%
B=35.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1881902080.100.0900.1823417.5477.65
HexBCBED0A9012ea124e
Octal274276320121102235222116
Binary1011110010111110110100001010100101001011101010100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBED0; }

 p { color: rgb(188,190,208); }

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

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

 a { background-color: rgb(188,190,208); }

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

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

 span { border-color: rgb(188,190,208); }

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