#BABED4

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

Shades of Lavender Grey #BABED4

Tints of Lavender Grey #BABED4

Color information

#BABED4 (or 0xBABED4) is unknown color: approx Lavender Grey. HEX triplet: BA, BE and D4. RGB value is (186,190,212). Sum of RGB (Red+Green+Blue) = 186+190+212=588 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.63% from 588); Green value is 190 (74.61% from 255 or 32.31% from 588); Blue value is 212 (83.20% from 255 or 36.05% from 588); Max value from RGB is 212 - color contains mainly: blue. Hex color #BABED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABED4 is #45412B. Grayscale: #BFBFBF. Windows color (decimal): -4538668 or 13942458. OLE color: 13942458.

HSL color Cylindrical-coordinate representation of color #BABED4: hue angle of 230.77º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BABED4 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB186190212-
CMYK0.120.1000.17
HSL230.77º23.21%78.04%-
HSV(B)230.77º12.26%83.14%-
XYZ50.5552.0269.66-
YUV191.31139.67124.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.63%
GREEN value IS 190 (74.61% from 255) = 32.31%
BLUE value IS 212 (83.20% from 255) = 36.05%
R=31.63%
G=32.31%
B=36.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1861902120.120.1000.17230.7723.2178.04
HexBABED4CA011e7174e
Octal272276324141202134727116
Binary1011101010111110110101001100101001000111100111101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABED4; }

 p { color: rgb(186,190,212); }

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

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

 a { background-color: rgb(186,190,212); }

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

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

 span { border-color: rgb(186,190,212); }

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