#BABEF4

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

Shades of Perano #BABEF4

Tints of Perano #BABEF4

Color information

#BABEF4 (or 0xBABEF4) is unknown color: approx Perano. HEX triplet: BA, BE and F4. RGB value is (186,190,244). Sum of RGB (Red+Green+Blue) = 186+190+244=620 (82% of max value = 765). Red value is 186 (73.05% from 255 or 30% from 620); Green value is 190 (74.61% from 255 or 30.65% from 620); Blue value is 244 (95.70% from 255 or 39.35% from 620); Max value from RGB is 244 - color contains mainly: blue. Hex color #BABEF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABEF4 is #45410B. Grayscale: #C2C2C2. Windows color (decimal): -4538636 or 16039610. OLE color: 16039610.

HSL color Cylindrical-coordinate representation of color #BABEF4: hue angle of 235.86º degrees, saturation: 0.72, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BABEF4 is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB186190244-
CMYK0.240.2200.04
HSL235.86º72.5%84.31%-
HSV(B)235.86º23.77%95.69%-
XYZ54.9953.893.07-
YUV194.96155.67121.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30%
GREEN value IS 190 (74.61% from 255) = 30.65%
BLUE value IS 244 (95.70% from 255) = 39.35%
R=30%
G=30.65%
B=39.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1861902440.240.2200.04235.8672.584.31
HexBABEF4181604ec4854
Octal272276364302604354110124
Binary101110101011111011110100110001011001001110110010010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABEF4; }

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

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

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

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

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

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

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

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