#babdff

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

Shades of Lavender Blue #BABDFF

Tints of Lavender Blue #BABDFF

Color information

#BABDFF (or 0xBABDFF) is unknown color: approx Lavender Blue. HEX triplet: BA, BD and FF. RGB value is (186,189,255). Sum of RGB (Red+Green+Blue) = 186+189+255=630 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.52% from 630); Green value is 189 (74.22% from 255 or 30% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #BABDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABDFF is #454200. Grayscale: #C3C3C3. Windows color (decimal): -4538881 or 16760250. OLE color: 16760250.

HSL color Cylindrical-coordinate representation of color #BABDFF: hue angle of 237.39º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BABDFF is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB186189255-
CMYK0.270.2600
HSL237.39º100%86.47%-
HSV(B)237.39º27.06%100%-
XYZ56.554.05102.06-
YUV195.63161.51121.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.52%
GREEN value IS 189 (74.22% from 255) = 30%
BLUE value IS 255 (100% from 255) = 40.48%
R=29.52%
G=30%
B=40.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1861892550.270.2600237.3910086.47
HexBABDFF1B1A00ed6456
Octal272275377333200355144126
Binary1011101010111101111111111101111010001110110111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #babdff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #babdff; }

 p { color: rgb(186,189,255); }

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

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

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

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

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

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

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