#BABACF

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

Shades of Lavender Grey #BABACF

Tints of Lavender Grey #BABACF

Color information

#BABACF (or 0xBABACF) is unknown color: approx Lavender Grey. HEX triplet: BA, BA and CF. RGB value is (186,186,207). Sum of RGB (Red+Green+Blue) = 186+186+207=579 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.12% from 579); Green value is 186 (73.05% from 255 or 32.12% from 579); Blue value is 207 (81.25% from 255 or 35.75% from 579); Max value from RGB is 207 - color contains mainly: blue. Hex color #BABACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABACF is #454530. Grayscale: #BCBCBC. Windows color (decimal): -4539697 or 13613754. OLE color: 13613754.

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

Color convert

RGB186186207-
CMYK0.100.1000.19
HSL240º17.95%77.06%-
HSV(B)240º10.14%81.18%-
XYZ49.0750.0666.11-
YUV188.39138.5126.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.12%
GREEN value IS 186 (73.05% from 255) = 32.12%
BLUE value IS 207 (81.25% from 255) = 35.75%
R=32.12%
G=32.12%
B=35.75%

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
Decimal1861862070.100.1000.1924017.9577.06
HexBABACFAA013f0124d
Octal272272317121202336022115
Binary1011101010111010110011111010101001001111110000100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABACF; }

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

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

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

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

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

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

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

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