#BABCF9

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

Shades of Lavender Blue #BABCF9

Tints of Lavender Blue #BABCF9

Color information

#BABCF9 (or 0xBABCF9) is unknown color: approx Lavender Blue. HEX triplet: BA, BC and F9. RGB value is (186,188,249). Sum of RGB (Red+Green+Blue) = 186+188+249=623 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.86% from 623); Green value is 188 (73.83% from 255 or 30.18% from 623); Blue value is 249 (97.66% from 255 or 39.97% from 623); Max value from RGB is 249 - color contains mainly: blue. Hex color #BABCF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABCF9 is #454306. Grayscale: #C2C2C2. Windows color (decimal): -4539143 or 16366778. OLE color: 16366778.

HSL color Cylindrical-coordinate representation of color #BABCF9: hue angle of 238.1º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BABCF9 is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB186188249-
CMYK0.250.2400.02
HSL238.1º84%85.29%-
HSV(B)238.1º25.3%97.65%-
XYZ55.3353.2596.98-
YUV194.36158.84122.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.86%
GREEN value IS 188 (73.83% from 255) = 30.18%
BLUE value IS 249 (97.66% from 255) = 39.97%
R=29.86%
G=30.18%
B=39.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1861882490.250.2400.02238.18485.29
HexBABCF9191802ee5455
Octal272274371313002356124125
Binary10111010101111001111100111001110000101110111010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABCF9; }

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

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

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

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

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

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

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

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