#BABBCA

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

Shades of Lavender Grey #BABBCA

Tints of Lavender Grey #BABBCA

Color information

#BABBCA (or 0xBABBCA) is unknown color: approx Lavender Grey. HEX triplet: BA, BB and CA. RGB value is (186,187,202). Sum of RGB (Red+Green+Blue) = 186+187+202=575 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.35% from 575); Green value is 187 (73.44% from 255 or 32.52% from 575); Blue value is 202 (79.30% from 255 or 35.13% from 575); Max value from RGB is 202 - color contains mainly: blue. Hex color #BABBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABBCA is #454435. Grayscale: #BCBCBC. Windows color (decimal): -4539446 or 13286330. OLE color: 13286330.

HSL color Cylindrical-coordinate representation of color #BABBCA: hue angle of 236.25º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BABBCA is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB186187202-
CMYK0.080.0700.21
HSL236.25º13.11%76.08%-
HSV(B)236.25º7.92%79.22%-
XYZ48.6850.2463.01-
YUV188.41135.67126.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.35%
GREEN value IS 187 (73.44% from 255) = 32.52%
BLUE value IS 202 (79.30% from 255) = 35.13%
R=32.35%
G=32.52%
B=35.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1861872020.080.0700.21236.2513.1176.08
HexBABBCA87015ecd4c
Octal27227331210702535415114
Binary10111010101110111100101010001110101011110110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABBCA; }

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

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

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

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

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

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

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

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