#BCBCCE

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

Shades of Lavender Grey #BCBCCE

Tints of Lavender Grey #BCBCCE

Color information

#BCBCCE (or 0xBCBCCE) is unknown color: approx Lavender Grey. HEX triplet: BC, BC and CE. RGB value is (188,188,206). Sum of RGB (Red+Green+Blue) = 188+188+206=582 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.30% from 582); Green value is 188 (73.83% from 255 or 32.30% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 206 - color contains mainly: blue. Hex color #BCBCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBCCE is #434331. Grayscale: #BDBDBD. Windows color (decimal): -4408114 or 13548732. OLE color: 13548732.

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

Color convert

RGB188188206-
CMYK0.090.0900.19
HSL240º15.52%77.25%-
HSV(B)240º8.74%80.78%-
XYZ49.8651.1165.63-
YUV190.05137126.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.30%
GREEN value IS 188 (73.83% from 255) = 32.30%
BLUE value IS 206 (80.86% from 255) = 35.40%
R=32.30%
G=32.30%
B=35.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1881882060.090.0900.1924015.5277.25
HexBCBCCE99013f0104d
Octal274274316111102336020115
Binary1011110010111100110011101001100101001111110000100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBCCE; }

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

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

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

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

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

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

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

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