#BAB2FE

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

Shades of Lavender Blue #BAB2FE

Tints of Lavender Blue #BAB2FE

Color information

#BAB2FE (or 0xBAB2FE) is unknown color: approx Lavender Blue. HEX triplet: BA, B2 and FE. RGB value is (186,178,254). Sum of RGB (Red+Green+Blue) = 186+178+254=618 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.10% from 618); Green value is 178 (69.92% from 255 or 28.80% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #BAB2FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAB2FE is #454D01. Grayscale: #BCBCBC. Windows color (decimal): -4541698 or 16691898. OLE color: 16691898.

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

Color convert

RGB186178254-
CMYK0.270.3000.00
HSL246.32º97.44%84.71%-
HSV(B)246.32º29.92%99.61%-
XYZ54.0649.44100.46-
YUV189.06164.65125.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.10%
GREEN value IS 178 (69.92% from 255) = 28.80%
BLUE value IS 254 (99.61% from 255) = 41.10%
R=30.10%
G=28.80%
B=41.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1861782540.270.3000.00246.3297.4484.71
HexBAB2FE1B1E00f66155
Octal272262376333600366141125
Binary1011101010110010111111101101111110001111011011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB2FE; }

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

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

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

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

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

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

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

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