#BAB8F8

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

Shades of Lavender Blue #BAB8F8

Tints of Lavender Blue #BAB8F8

Color information

#BAB8F8 (or 0xBAB8F8) is unknown color: approx Lavender Blue. HEX triplet: BA, B8 and F8. RGB value is (186,184,248). Sum of RGB (Red+Green+Blue) = 186+184+248=618 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.10% from 618); Green value is 184 (72.27% from 255 or 29.77% from 618); Blue value is 248 (97.27% from 255 or 40.13% from 618); Max value from RGB is 248 - color contains mainly: blue. Hex color #BAB8F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB8F8 is #454707. Grayscale: #BFBFBF. Windows color (decimal): -4540168 or 16300218. OLE color: 16300218.

HSL color Cylindrical-coordinate representation of color #BAB8F8: hue angle of 241.88º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAB8F8 is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB186184248-
CMYK0.250.2600.03
HSL241.88º82.05%84.71%-
HSV(B)241.88º25.81%97.25%-
XYZ54.3351.595.88-
YUV191.89159.66123.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.10%
GREEN value IS 184 (72.27% from 255) = 29.77%
BLUE value IS 248 (97.27% from 255) = 40.13%
R=30.10%
G=29.77%
B=40.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1861842480.250.2600.03241.8882.0584.71
HexBAB8F8191A03f25255
Octal272270370313203362122125
Binary10111010101110001111100011001110100111111001010100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB8F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB8F8; }

 p { color: rgb(186,184,248); }

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

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

 a { background-color: rgb(186,184,248); }

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

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

 span { border-color: rgb(186,184,248); }

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