#BCBED1

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

Shades of Lavender Grey #BCBED1

Tints of Lavender Grey #BCBED1

Color information

#BCBED1 (or 0xBCBED1) is unknown color: approx Lavender Grey. HEX triplet: BC, BE and D1. RGB value is (188,190,209). Sum of RGB (Red+Green+Blue) = 188+190+209=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 190 (74.61% from 255 or 32.37% from 587); Blue value is 209 (82.03% from 255 or 35.60% from 587); Max value from RGB is 209 - color contains mainly: blue. Hex color #BCBED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBED1 is #43412E. Grayscale: #BFBFBF. Windows color (decimal): -4407599 or 13745852. OLE color: 13745852.

HSL color Cylindrical-coordinate representation of color #BCBED1: hue angle of 234.29º degrees, saturation: 0.19, 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 #BCBED1 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB188190209-
CMYK0.100.0900.18
HSL234.29º18.58%77.84%-
HSV(B)234.29º10.05%81.96%-
XYZ50.6652.1267.71-
YUV191.57137.84125.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.03%
GREEN value IS 190 (74.61% from 255) = 32.37%
BLUE value IS 209 (82.03% from 255) = 35.60%
R=32.03%
G=32.37%
B=35.60%

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
Decimal1881902090.100.0900.18234.2918.5877.84
HexBCBED1A9012ea134e
Octal274276321121102235223116
Binary1011110010111110110100011010100101001011101010100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBED1; }

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

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

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

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

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

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

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

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