#BABEE7

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

Shades of Perano #BABEE7

Tints of Perano #BABEE7

Color information

#BABEE7 (or 0xBABEE7) is unknown color: approx Perano. HEX triplet: BA, BE and E7. RGB value is (186,190,231). Sum of RGB (Red+Green+Blue) = 186+190+231=607 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.64% from 607); Green value is 190 (74.61% from 255 or 31.30% from 607); Blue value is 231 (90.62% from 255 or 38.06% from 607); Max value from RGB is 231 - color contains mainly: blue. Hex color #BABEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABEE7 is #454118. Grayscale: #C1C1C1. Windows color (decimal): -4538649 or 15187642. OLE color: 15187642.

HSL color Cylindrical-coordinate representation of color #BABEE7: hue angle of 234.67º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BABEE7 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB186190231-
CMYK0.190.1800.09
HSL234.67º48.39%81.76%-
HSV(B)234.67º19.48%90.59%-
XYZ53.0953.0483.04-
YUV193.48149.17122.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.64%
GREEN value IS 190 (74.61% from 255) = 31.30%
BLUE value IS 231 (90.62% from 255) = 38.06%
R=30.64%
G=31.30%
B=38.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1861902310.190.1800.09234.6748.3981.76
HexBABEE7131209eb3052
Octal272276347232201135360122
Binary101110101011111011100111100111001001001111010111100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABEE7; }

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

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

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

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

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

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

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

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