#BABEF6

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

Shades of Perano #BABEF6

Tints of Perano #BABEF6

Color information

#BABEF6 (or 0xBABEF6) is unknown color: approx Perano. HEX triplet: BA, BE and F6. RGB value is (186,190,246). Sum of RGB (Red+Green+Blue) = 186+190+246=622 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.90% from 622); Green value is 190 (74.61% from 255 or 30.55% from 622); Blue value is 246 (96.48% from 255 or 39.55% from 622); Max value from RGB is 246 - color contains mainly: blue. Hex color #BABEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABEF6 is #454109. Grayscale: #C2C2C2. Windows color (decimal): -4538634 or 16170682. OLE color: 16170682.

HSL color Cylindrical-coordinate representation of color #BABEF6: hue angle of 236º degrees, saturation: 0.77, 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 #BABEF6 is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB186190246-
CMYK0.240.2300.04
HSL236º76.92%84.71%-
HSV(B)236º24.39%96.47%-
XYZ55.353.9294.68-
YUV195.19156.67121.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.90%
GREEN value IS 190 (74.61% from 255) = 30.55%
BLUE value IS 246 (96.48% from 255) = 39.55%
R=29.90%
G=30.55%
B=39.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1861902460.240.2300.0423676.9284.71
HexBABEF6181704ec4d55
Octal272276366302704354115125
Binary101110101011111011110110110001011101001110110010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABEF6; }

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

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

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

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

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

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

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

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