#BAB7FC

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

Shades of Lavender Blue #BAB7FC

Tints of Lavender Blue #BAB7FC

Color information

#BAB7FC (or 0xBAB7FC) is unknown color: approx Lavender Blue. HEX triplet: BA, B7 and FC. RGB value is (186,183,252). Sum of RGB (Red+Green+Blue) = 186+183+252=621 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.95% from 621); Green value is 183 (71.88% from 255 or 29.47% from 621); Blue value is 252 (98.83% from 255 or 40.58% from 621); Max value from RGB is 252 - color contains mainly: blue. Hex color #BAB7FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB7FC is #454803. Grayscale: #BFBFBF. Windows color (decimal): -4540420 or 16562106. OLE color: 16562106.

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

Color convert

RGB186183252-
CMYK0.260.2700.01
HSL242.61º92%85.29%-
HSV(B)242.61º27.38%98.82%-
XYZ54.7551.3399.12-
YUV191.76161.99123.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.95%
GREEN value IS 183 (71.88% from 255) = 29.47%
BLUE value IS 252 (98.83% from 255) = 40.58%
R=29.95%
G=29.47%
B=40.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1861832520.260.2700.01242.619285.29
HexBAB7FC1A1B01f35c55
Octal272267374323301363134125
Binary1011101010110111111111001101011011011111001110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB7FC; }

 p { color: rgb(186,183,252); }

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

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

 a { background-color: rgb(186,183,252); }

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

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

 span { border-color: rgb(186,183,252); }

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