#BABCCE

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

Shades of Lavender Grey #BABCCE

Tints of Lavender Grey #BABCCE

Color information

#BABCCE (or 0xBABCCE) is unknown color: approx Lavender Grey. HEX triplet: BA, BC and CE. RGB value is (186,188,206). Sum of RGB (Red+Green+Blue) = 186+188+206=580 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.07% from 580); Green value is 188 (73.83% from 255 or 32.41% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 206 - color contains mainly: blue. Hex color #BABCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABCCE is #454331. Grayscale: #BDBDBD. Windows color (decimal): -4539186 or 13548730. OLE color: 13548730.

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

Color convert

RGB186188206-
CMYK0.100.0900.19
HSL234º16.95%76.86%-
HSV(B)234º9.71%80.78%-
XYZ49.3750.8665.61-
YUV189.45137.34125.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.07%
GREEN value IS 188 (73.83% from 255) = 32.41%
BLUE value IS 206 (80.86% from 255) = 35.52%
R=32.07%
G=32.41%
B=35.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1861882060.100.0900.1923416.9576.86
HexBABCCEA9013ea114d
Octal272274316121102335221115
Binary1011101010111100110011101010100101001111101010100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABCCE; }

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

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

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

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

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

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

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

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