#BABCFE

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

Shades of Lavender Blue #BABCFE

Tints of Lavender Blue #BABCFE

Color information

#BABCFE (or 0xBABCFE) is unknown color: approx Lavender Blue. HEX triplet: BA, BC and FE. RGB value is (186,188,254). Sum of RGB (Red+Green+Blue) = 186+188+254=628 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.62% from 628); Green value is 188 (73.83% from 255 or 29.94% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #BABCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABCFE is #454301. Grayscale: #C2C2C2. Windows color (decimal): -4539138 or 16694458. OLE color: 16694458.

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

Color convert

RGB186188254-
CMYK0.270.2600.00
HSL238.24º97.14%86.27%-
HSV(B)238.24º26.77%99.61%-
XYZ56.1253.56101.15-
YUV194.93161.34121.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.62%
GREEN value IS 188 (73.83% from 255) = 29.94%
BLUE value IS 254 (99.61% from 255) = 40.45%
R=29.62%
G=29.94%
B=40.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1861882540.270.2600.00238.2497.1486.27
HexBABCFE1B1A00ee6156
Octal272274376333200356141126
Binary1011101010111100111111101101111010001110111011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABCFE; }

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

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

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

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

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

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

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

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