#BABEE5

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

Shades of Perano #BABEE5

Tints of Perano #BABEE5

Color information

#BABEE5 (or 0xBABEE5) is unknown color: approx Perano. HEX triplet: BA, BE and E5. RGB value is (186,190,229). Sum of RGB (Red+Green+Blue) = 186+190+229=605 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.74% from 605); Green value is 190 (74.61% from 255 or 31.40% from 605); Blue value is 229 (89.84% from 255 or 37.85% from 605); Max value from RGB is 229 - color contains mainly: blue. Hex color #BABEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABEE5 is #45411A. Grayscale: #C1C1C1. Windows color (decimal): -4538651 or 15056570. OLE color: 15056570.

HSL color Cylindrical-coordinate representation of color #BABEE5: hue angle of 234.42º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BABEE5 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB186190229-
CMYK0.190.1700.10
HSL234.42º45.26%81.37%-
HSV(B)234.42º18.78%89.8%-
XYZ52.8152.9281.56-
YUV193.25148.17122.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.74%
GREEN value IS 190 (74.61% from 255) = 31.40%
BLUE value IS 229 (89.84% from 255) = 37.85%
R=30.74%
G=31.40%
B=37.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1861902290.190.1700.10234.4245.2681.37
HexBABEE513110Aea2d51
Octal272276345232101235255121
Binary101110101011111011100101100111000101010111010101011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABEE5; }

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

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

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

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

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

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

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

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