#BABEF5

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

Shades of Perano #BABEF5

Tints of Perano #BABEF5

Color information

#BABEF5 (or 0xBABEF5) is unknown color: approx Perano. HEX triplet: BA, BE and F5. RGB value is (186,190,245). Sum of RGB (Red+Green+Blue) = 186+190+245=621 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.95% from 621); Green value is 190 (74.61% from 255 or 30.60% from 621); Blue value is 245 (96.09% from 255 or 39.45% from 621); Max value from RGB is 245 - color contains mainly: blue. Hex color #BABEF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABEF5 is #45410A. Grayscale: #C2C2C2. Windows color (decimal): -4538635 or 16105146. OLE color: 16105146.

HSL color Cylindrical-coordinate representation of color #BABEF5: hue angle of 235.93º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BABEF5 is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB186190245-
CMYK0.240.2200.04
HSL235.93º74.68%84.51%-
HSV(B)235.93º24.08%96.08%-
XYZ55.1453.8693.88-
YUV195.07156.17121.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.95%
GREEN value IS 190 (74.61% from 255) = 30.60%
BLUE value IS 245 (96.09% from 255) = 39.45%
R=29.95%
G=30.60%
B=39.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1861902450.240.2200.04235.9374.6884.51
HexBABEF5181604ec4b55
Octal272276365302604354113125
Binary101110101011111011110101110001011001001110110010010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABEF5; }

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

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

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

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

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

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

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

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