#BABDCD

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

Shades of Lavender Grey #BABDCD

Tints of Lavender Grey #BABDCD

Color information

#BABDCD (or 0xBABDCD) is unknown color: approx Lavender Grey. HEX triplet: BA, BD and CD. RGB value is (186,189,205). Sum of RGB (Red+Green+Blue) = 186+189+205=580 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.07% from 580); Green value is 189 (74.22% from 255 or 32.59% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 205 - color contains mainly: blue. Hex color #BABDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABDCD is #454232. Grayscale: #BDBDBD. Windows color (decimal): -4538931 or 13483450. OLE color: 13483450.

HSL color Cylindrical-coordinate representation of color #BABDCD: hue angle of 230.53º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BABDCD is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB186189205-
CMYK0.090.0800.20
HSL230.53º15.97%76.67%-
HSV(B)230.53º9.27%80.39%-
XYZ49.4751.2465.04-
YUV189.93136.51125.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.07%
GREEN value IS 189 (74.22% from 255) = 32.59%
BLUE value IS 205 (80.47% from 255) = 35.34%
R=32.07%
G=32.59%
B=35.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1861892050.090.0800.20230.5315.9776.67
HexBABDCD98014e7104d
Octal272275315111002434720115
Binary1011101010111101110011011001100001010011100111100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABDCD; }

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

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

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

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

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

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

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

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