#BAB2FF

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

Shades of Lavender Blue #BAB2FF

Tints of Lavender Blue #BAB2FF

Color information

#BAB2FF (or 0xBAB2FF) is unknown color: approx Lavender Blue. HEX triplet: BA, B2 and FF. RGB value is (186,178,255). Sum of RGB (Red+Green+Blue) = 186+178+255=619 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.05% from 619); Green value is 178 (69.92% from 255 or 28.76% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAB2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAB2FF is #454D00. Grayscale: #BCBCBC. Windows color (decimal): -4541697 or 16757434. OLE color: 16757434.

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

Color convert

RGB186178255-
CMYK0.270.3000
HSL246.23º100%84.9%-
HSV(B)246.23º30.2%100%-
XYZ54.2249.5101.3-
YUV189.17165.15125.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.05%
GREEN value IS 178 (69.92% from 255) = 28.76%
BLUE value IS 255 (100% from 255) = 41.20%
R=30.05%
G=28.76%
B=41.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1861782550.270.3000246.2310084.9
HexBAB2FF1B1E00f66455
Octal272262377333600366144125
Binary1011101010110010111111111101111110001111011011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB2FF; }

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

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

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

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

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

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

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

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