#BABFE9

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

Shades of Perano #BABFE9

Tints of Perano #BABFE9

Color information

#BABFE9 (or 0xBABFE9) is unknown color: approx Perano. HEX triplet: BA, BF and E9. RGB value is (186,191,233). Sum of RGB (Red+Green+Blue) = 186+191+233=610 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.49% from 610); Green value is 191 (75% from 255 or 31.31% from 610); Blue value is 233 (91.41% from 255 or 38.20% from 610); Max value from RGB is 233 - color contains mainly: blue. Hex color #BABFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABFE9 is #454016. Grayscale: #C2C2C2. Windows color (decimal): -4538391 or 15318970. OLE color: 15318970.

HSL color Cylindrical-coordinate representation of color #BABFE9: hue angle of 233.62º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BABFE9 is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB186191233-
CMYK0.200.1800.09
HSL233.62º51.65%82.16%-
HSV(B)233.62º20.17%91.37%-
XYZ53.5953.5884.61-
YUV194.29149.84122.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.49%
GREEN value IS 191 (75% from 255) = 31.31%
BLUE value IS 233 (91.41% from 255) = 38.20%
R=30.49%
G=31.31%
B=38.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1861912330.200.1800.09233.6251.6582.16
HexBABFE9141209ea3452
Octal272277351242201135264122
Binary101110101011111111101001101001001001001111010101101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABFE9; }

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

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

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

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

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

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

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

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