#BABFE3

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

Shades of Perano #BABFE3

Tints of Perano #BABFE3

Color information

#BABFE3 (or 0xBABFE3) is unknown color: approx Perano. HEX triplet: BA, BF and E3. RGB value is (186,191,227). Sum of RGB (Red+Green+Blue) = 186+191+227=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 227 (89.06% from 255 or 37.58% from 604); Max value from RGB is 227 - color contains mainly: blue. Hex color #BABFE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABFE3 is #45401C. Grayscale: #C1C1C1. Windows color (decimal): -4538397 or 14925754. OLE color: 14925754.

HSL color Cylindrical-coordinate representation of color #BABFE3: hue angle of 232.68º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BABFE3 is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB186191227-
CMYK0.180.1600.11
HSL232.68º42.27%80.98%-
HSV(B)232.68º18.06%89.02%-
XYZ52.7553.2580.17-
YUV193.61146.84122.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.79%
GREEN value IS 191 (75% from 255) = 31.62%
BLUE value IS 227 (89.06% from 255) = 37.58%
R=30.79%
G=31.62%
B=37.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1861912270.180.1600.11232.6842.2780.98
HexBABFE312100Be92a51
Octal272277343222001335152121
Binary101110101011111111100011100101000001011111010011010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABFE3; }

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

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

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

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

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

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

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

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