#BAB4FC

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

Shades of Lavender Blue #BAB4FC

Tints of Lavender Blue #BAB4FC

Color information

#BAB4FC (or 0xBAB4FC) is unknown color: approx Lavender Blue. HEX triplet: BA, B4 and FC. RGB value is (186,180,252). Sum of RGB (Red+Green+Blue) = 186+180+252=618 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.10% from 618); Green value is 180 (70.70% from 255 or 29.13% from 618); Blue value is 252 (98.83% from 255 or 40.78% from 618); Max value from RGB is 252 - color contains mainly: blue. Hex color #BAB4FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB4FC is #454B03. Grayscale: #BDBDBD. Windows color (decimal): -4541188 or 16561338. OLE color: 16561338.

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

Color convert

RGB186180252-
CMYK0.260.2900.01
HSL245º92.31%84.71%-
HSV(B)245º28.57%98.82%-
XYZ54.1450.1198.91-
YUV190162.99125.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.10%
GREEN value IS 180 (70.70% from 255) = 29.13%
BLUE value IS 252 (98.83% from 255) = 40.78%
R=30.10%
G=29.13%
B=40.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1861802520.260.2900.0124592.3184.71
HexBAB4FC1A1D01f55c55
Octal272264374323501365134125
Binary1011101010110100111111001101011101011111010110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB4FC; }

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

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

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

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

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

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

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

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