#BABEFE

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

Shades of Lavender Blue #BABEFE

Tints of Lavender Blue #BABEFE

Color information

#BABEFE (or 0xBABEFE) is unknown color: approx Lavender Blue. HEX triplet: BA, BE and FE. RGB value is (186,190,254). Sum of RGB (Red+Green+Blue) = 186+190+254=630 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.52% from 630); Green value is 190 (74.61% from 255 or 30.16% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #BABEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABEFE is #454101. Grayscale: #C3C3C3. Windows color (decimal): -4538626 or 16694970. OLE color: 16694970.

HSL color Cylindrical-coordinate representation of color #BABEFE: hue angle of 236.47º 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 #BABEFE is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB186190254-
CMYK0.270.2500.00
HSL236.47º97.14%86.27%-
HSV(B)236.47º26.77%99.61%-
XYZ56.5554.42101.29-
YUV196.1160.67120.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.52%
GREEN value IS 190 (74.61% from 255) = 30.16%
BLUE value IS 254 (99.61% from 255) = 40.32%
R=29.52%
G=30.16%
B=40.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1861902540.270.2500.00236.4797.1486.27
HexBABEFE1B1900ec6156
Octal272276376333100354141126
Binary1011101010111110111111101101111001001110110011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABEFE; }

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

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

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

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

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

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

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

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