#BABFEA

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

Shades of Perano #BABFEA

Tints of Perano #BABFEA

Color information

#BABFEA (or 0xBABFEA) is unknown color: approx Perano. HEX triplet: BA, BF and EA. RGB value is (186,191,234). Sum of RGB (Red+Green+Blue) = 186+191+234=611 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.44% from 611); Green value is 191 (75% from 255 or 31.26% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 234 - color contains mainly: blue. Hex color #BABFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABFEA is #454015. Grayscale: #C2C2C2. Windows color (decimal): -4538390 or 15384506. OLE color: 15384506.

HSL color Cylindrical-coordinate representation of color #BABFEA: hue angle of 233.75º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BABFEA is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB186191234-
CMYK0.210.1800.08
HSL233.75º53.33%82.35%-
HSV(B)233.75º20.51%91.76%-
XYZ53.7353.6485.36-
YUV194.41150.34122-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.44%
GREEN value IS 191 (75% from 255) = 31.26%
BLUE value IS 234 (91.80% from 255) = 38.30%
R=30.44%
G=31.26%
B=38.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1861912340.210.1800.08233.7553.3382.35
HexBABFEA151208ea3552
Octal272277352252201035265122
Binary101110101011111111101010101011001001000111010101101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABFEA; }

 p { color: rgb(186,191,234); }

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

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

 a { background-color: rgb(186,191,234); }

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

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

 span { border-color: rgb(186,191,234); }

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