#BCBEC9

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

Shades of Lavender Grey #BCBEC9

Tints of Lavender Grey #BCBEC9

Color information

#BCBEC9 (or 0xBCBEC9) is unknown color: approx Lavender Grey. HEX triplet: BC, BE and C9. RGB value is (188,190,201). Sum of RGB (Red+Green+Blue) = 188+190+201=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 190 (74.61% from 255 or 32.82% from 579); Blue value is 201 (78.91% from 255 or 34.72% from 579); Max value from RGB is 201 - color contains mainly: blue. Hex color #BCBEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBEC9 is #434136. Grayscale: #BEBEBE. Windows color (decimal): -4407607 or 13221564. OLE color: 13221564.

HSL color Cylindrical-coordinate representation of color #BCBEC9: hue angle of 230.77º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BCBEC9 is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB188190201-
CMYK0.060.0500.21
HSL230.77º10.74%76.27%-
HSV(B)230.77º6.47%78.82%-
XYZ49.751.7462.63-
YUV190.66133.84126.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.47%
GREEN value IS 190 (74.61% from 255) = 32.82%
BLUE value IS 201 (78.91% from 255) = 34.72%
R=32.47%
G=32.82%
B=34.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1881902010.060.0500.21230.7710.7476.27
HexBCBEC965015e7b4c
Octal2742763116502534713114
Binary1011110010111110110010011101010101011110011110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBEC9; }

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

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

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

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

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

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

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

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