#BABEF1

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

Shades of Perano #BABEF1

Tints of Perano #BABEF1

Color information

#BABEF1 (or 0xBABEF1) is unknown color: approx Perano. HEX triplet: BA, BE and F1. RGB value is (186,190,241). Sum of RGB (Red+Green+Blue) = 186+190+241=617 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.15% from 617); Green value is 190 (74.61% from 255 or 30.79% from 617); Blue value is 241 (94.53% from 255 or 39.06% from 617); Max value from RGB is 241 - color contains mainly: blue. Hex color #BABEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABEF1 is #45410E. Grayscale: #C2C2C2. Windows color (decimal): -4538639 or 15843002. OLE color: 15843002.

HSL color Cylindrical-coordinate representation of color #BABEF1: hue angle of 235.64º degrees, saturation: 0.66, 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 #BABEF1 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB186190241-
CMYK0.230.2100.05
HSL235.64º66.27%83.73%-
HSV(B)235.64º22.82%94.51%-
XYZ54.5453.6290.69-
YUV194.62154.17121.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.15%
GREEN value IS 190 (74.61% from 255) = 30.79%
BLUE value IS 241 (94.53% from 255) = 39.06%
R=30.15%
G=30.79%
B=39.06%

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
Decimal1861902410.230.2100.05235.6466.2783.73
HexBABEF1171505ec4254
Octal272276361272505354102124
Binary101110101011111011110001101111010101011110110010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABEF1; }

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

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

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

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

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

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

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

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