#BABDCF

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

Shades of Lavender Grey #BABDCF

Tints of Lavender Grey #BABDCF

Color information

#BABDCF (or 0xBABDCF) is unknown color: approx Lavender Grey. HEX triplet: BA, BD and CF. RGB value is (186,189,207). Sum of RGB (Red+Green+Blue) = 186+189+207=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 189 (74.22% from 255 or 32.47% from 582); Blue value is 207 (81.25% from 255 or 35.57% from 582); Max value from RGB is 207 - color contains mainly: blue. Hex color #BABDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABDCF is #454230. Grayscale: #BEBEBE. Windows color (decimal): -4538929 or 13614522. OLE color: 13614522.

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

Color convert

RGB186189207-
CMYK0.100.0900.19
HSL231.43º17.95%77.06%-
HSV(B)231.43º10.14%81.18%-
XYZ49.7151.3466.32-
YUV190.16137.51125.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.96%
GREEN value IS 189 (74.22% from 255) = 32.47%
BLUE value IS 207 (81.25% from 255) = 35.57%
R=31.96%
G=32.47%
B=35.57%

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
Decimal1861892070.100.0900.19231.4317.9577.06
HexBABDCFA9013e7124d
Octal272275317121102334722115
Binary1011101010111101110011111010100101001111100111100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABDCF; }

 p { color: rgb(186,189,207); }

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

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

 a { background-color: rgb(186,189,207); }

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

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

 span { border-color: rgb(186,189,207); }

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