#BABAEF

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

Shades of Perano #BABAEF

Tints of Perano #BABAEF

Color information

#BABAEF (or 0xBABAEF) is unknown color: approx Perano. HEX triplet: BA, BA and EF. RGB value is (186,186,239). Sum of RGB (Red+Green+Blue) = 186+186+239=611 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.44% from 611); Green value is 186 (73.05% from 255 or 30.44% from 611); Blue value is 239 (93.75% from 255 or 39.12% from 611); Max value from RGB is 239 - color contains mainly: blue. Hex color #BABAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABAEF is #454510. Grayscale: #BFBFBF. Windows color (decimal): -4539665 or 15710906. OLE color: 15710906.

HSL color Cylindrical-coordinate representation of color #BABAEF: hue angle of 240º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BABAEF is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB186186239-
CMYK0.220.2200.06
HSL240º62.35%83.33%-
HSV(B)240º22.18%93.73%-
XYZ53.3951.7988.84-
YUV192.04154.5123.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.44%
GREEN value IS 186 (73.05% from 255) = 30.44%
BLUE value IS 239 (93.75% from 255) = 39.12%
R=30.44%
G=30.44%
B=39.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1861862390.220.2200.0624062.3583.33
HexBABAEF161606f03e53
Octal27227235726260636076123
Binary10111010101110101110111110110101100110111100001111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABAEF; }

 p { color: rgb(186,186,239); }

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

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

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

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

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

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

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