#BABFDA

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

Shades of Lavender Grey #BABFDA

Tints of Lavender Grey #BABFDA

Color information

#BABFDA (or 0xBABFDA) is unknown color: approx Lavender Grey. HEX triplet: BA, BF and DA. RGB value is (186,191,218). Sum of RGB (Red+Green+Blue) = 186+191+218=595 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.26% from 595); Green value is 191 (75% from 255 or 32.10% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 218 - color contains mainly: blue. Hex color #BABFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABFDA is #454025. Grayscale: #C0C0C0. Windows color (decimal): -4538406 or 14335930. OLE color: 14335930.

HSL color Cylindrical-coordinate representation of color #BABFDA: hue angle of 230.62º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BABFDA is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB186191218-
CMYK0.150.1200.15
HSL230.62º30.19%79.22%-
HSV(B)230.62º14.68%85.49%-
XYZ51.5452.7673.8-
YUV192.58142.34123.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.26%
GREEN value IS 191 (75% from 255) = 32.10%
BLUE value IS 218 (85.55% from 255) = 36.64%
R=31.26%
G=32.10%
B=36.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1861912180.150.1200.15230.6230.1979.22
HexBABFDAFC0Fe71e4f
Octal272277332171401734736117
Binary101110101011111111011010111111000111111100111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABFDA; }

 p { color: rgb(186,191,218); }

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

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

 a { background-color: rgb(186,191,218); }

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

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

 span { border-color: rgb(186,191,218); }

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