#BABFF0

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

Shades of Perano #BABFF0

Tints of Perano #BABFF0

Color information

#BABFF0 (or 0xBABFF0) is unknown color: approx Perano. HEX triplet: BA, BF and F0. RGB value is (186,191,240). Sum of RGB (Red+Green+Blue) = 186+191+240=617 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.15% from 617); Green value is 191 (75% from 255 or 30.96% from 617); Blue value is 240 (94.14% from 255 or 38.90% from 617); Max value from RGB is 240 - color contains mainly: blue. Hex color #BABFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABFF0 is #45400F. Grayscale: #C2C2C2. Windows color (decimal): -4538384 or 15777722. OLE color: 15777722.

HSL color Cylindrical-coordinate representation of color #BABFF0: hue angle of 234.44º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BABFF0 is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB186191240-
CMYK0.220.2000.06
HSL234.44º64.29%83.53%-
HSV(B)234.44º22.5%94.12%-
XYZ54.6153.9989.98-
YUV195.09153.34121.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.15%
GREEN value IS 191 (75% from 255) = 30.96%
BLUE value IS 240 (94.14% from 255) = 38.90%
R=30.15%
G=30.96%
B=38.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1861912400.220.2000.06234.4464.2983.53
HexBABFF0161406ea4054
Octal272277360262406352100124
Binary101110101011111111110000101101010001101110101010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABFF0; }

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

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

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

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

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

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

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

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