#BABEF7

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

Shades of Perano #BABEF7

Tints of Perano #BABEF7

Color information

#BABEF7 (or 0xBABEF7) is unknown color: approx Perano. HEX triplet: BA, BE and F7. RGB value is (186,190,247). Sum of RGB (Red+Green+Blue) = 186+190+247=623 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.86% from 623); Green value is 190 (74.61% from 255 or 30.50% from 623); Blue value is 247 (96.88% from 255 or 39.65% from 623); Max value from RGB is 247 - color contains mainly: blue. Hex color #BABEF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABEF7 is #454108. Grayscale: #C3C3C3. Windows color (decimal): -4538633 or 16236218. OLE color: 16236218.

HSL color Cylindrical-coordinate representation of color #BABEF7: hue angle of 236.07º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BABEF7 is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB186190247-
CMYK0.250.2300.03
HSL236.07º79.22%84.9%-
HSV(B)236.07º24.7%96.86%-
XYZ55.4553.9895.49-
YUV195.3157.17121.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.86%
GREEN value IS 190 (74.61% from 255) = 30.50%
BLUE value IS 247 (96.88% from 255) = 39.65%
R=29.86%
G=30.50%
B=39.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1861902470.250.2300.03236.0779.2284.9
HexBABEF7191703ec4f55
Octal272276367312703354117125
Binary10111010101111101111011111001101110111110110010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABEF7; }

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

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

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

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

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

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

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

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