#BABEE8

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

Shades of Perano #BABEE8

Tints of Perano #BABEE8

Color information

#BABEE8 (or 0xBABEE8) is unknown color: approx Perano. HEX triplet: BA, BE and E8. RGB value is (186,190,232). Sum of RGB (Red+Green+Blue) = 186+190+232=608 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.59% from 608); Green value is 190 (74.61% from 255 or 31.25% from 608); Blue value is 232 (91.02% from 255 or 38.16% from 608); Max value from RGB is 232 - color contains mainly: blue. Hex color #BABEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABEE8 is #454117. Grayscale: #C1C1C1. Windows color (decimal): -4538648 or 15253178. OLE color: 15253178.

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

Color convert

RGB186190232-
CMYK0.200.1800.09
HSL234.78º50%81.96%-
HSV(B)234.78º19.83%90.98%-
XYZ53.2353.0983.79-
YUV193.59149.67122.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.59%
GREEN value IS 190 (74.61% from 255) = 31.25%
BLUE value IS 232 (91.02% from 255) = 38.16%
R=30.59%
G=31.25%
B=38.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1861902320.200.1800.09234.785081.96
HexBABEE8141209eb3252
Octal272276350242201135362122
Binary101110101011111011101000101001001001001111010111100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABEE8; }

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

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

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

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

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

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

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

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