#BABBCF

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

Shades of Lavender Grey #BABBCF

Tints of Lavender Grey #BABBCF

Color information

#BABBCF (or 0xBABBCF) is unknown color: approx Lavender Grey. HEX triplet: BA, BB and CF. RGB value is (186,187,207). Sum of RGB (Red+Green+Blue) = 186+187+207=580 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.07% from 580); Green value is 187 (73.44% from 255 or 32.24% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 207 - color contains mainly: blue. Hex color #BABBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABBCF is #454430. Grayscale: #BCBCBC. Windows color (decimal): -4539441 or 13614010. OLE color: 13614010.

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

Color convert

RGB186187207-
CMYK0.100.1000.19
HSL237.14º17.95%77.06%-
HSV(B)237.14º10.14%81.18%-
XYZ49.2850.4866.18-
YUV188.98138.17125.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.07%
GREEN value IS 187 (73.44% from 255) = 32.24%
BLUE value IS 207 (81.25% from 255) = 35.69%
R=32.07%
G=32.24%
B=35.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1861872070.100.1000.19237.1417.9577.06
HexBABBCFAA013ed124d
Octal272273317121202335522115
Binary1011101010111011110011111010101001001111101101100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABBCF; }

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

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

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

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

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

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

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

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