#BABEF2

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

Shades of Perano #BABEF2

Tints of Perano #BABEF2

Color information

#BABEF2 (or 0xBABEF2) is unknown color: approx Perano. HEX triplet: BA, BE and F2. RGB value is (186,190,242). Sum of RGB (Red+Green+Blue) = 186+190+242=618 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.10% from 618); Green value is 190 (74.61% from 255 or 30.74% from 618); Blue value is 242 (94.92% from 255 or 39.16% from 618); Max value from RGB is 242 - color contains mainly: blue. Hex color #BABEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABEF2 is #45410D. Grayscale: #C2C2C2. Windows color (decimal): -4538638 or 15908538. OLE color: 15908538.

HSL color Cylindrical-coordinate representation of color #BABEF2: hue angle of 235.71º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BABEF2 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB186190242-
CMYK0.230.2100.05
HSL235.71º68.29%83.92%-
HSV(B)235.71º23.14%94.9%-
XYZ54.6953.6891.48-
YUV194.73154.67121.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.10%
GREEN value IS 190 (74.61% from 255) = 30.74%
BLUE value IS 242 (94.92% from 255) = 39.16%
R=30.10%
G=30.74%
B=39.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1861902420.230.2100.05235.7168.2983.92
HexBABEF2171505ec4454
Octal272276362272505354104124
Binary101110101011111011110010101111010101011110110010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABEF2; }

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

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

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

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

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

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

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

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