#BABCCF

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

Shades of Lavender Grey #BABCCF

Tints of Lavender Grey #BABCCF

Color information

#BABCCF (or 0xBABCCF) is unknown color: approx Lavender Grey. HEX triplet: BA, BC and CF. RGB value is (186,188,207). Sum of RGB (Red+Green+Blue) = 186+188+207=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 188 (73.83% from 255 or 32.36% from 581); Blue value is 207 (81.25% from 255 or 35.63% from 581); Max value from RGB is 207 - color contains mainly: blue. Hex color #BABCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABCCF is #454330. Grayscale: #BDBDBD. Windows color (decimal): -4539185 or 13614266. OLE color: 13614266.

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

Color convert

RGB186188207-
CMYK0.100.0900.19
HSL234.29º17.95%77.06%-
HSV(B)234.29º10.14%81.18%-
XYZ49.550.9166.25-
YUV189.57137.84125.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.01%
GREEN value IS 188 (73.83% from 255) = 32.36%
BLUE value IS 207 (81.25% from 255) = 35.63%
R=32.01%
G=32.36%
B=35.63%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1861882070.100.0900.19234.2917.9577.06
HexBABCCFA9013ea124d
Octal272274317121102335222115
Binary1011101010111100110011111010100101001111101010100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABCCF; }

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

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

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

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

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

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

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

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