#BABCF2

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

Shades of Perano #BABCF2

Tints of Perano #BABCF2

Color information

#BABCF2 (or 0xBABCF2) is unknown color: approx Perano. HEX triplet: BA, BC and F2. RGB value is (186,188,242). Sum of RGB (Red+Green+Blue) = 186+188+242=616 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.19% from 616); Green value is 188 (73.83% from 255 or 30.52% from 616); Blue value is 242 (94.92% from 255 or 39.29% from 616); Max value from RGB is 242 - color contains mainly: blue. Hex color #BABCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABCF2 is #45430D. Grayscale: #C1C1C1. Windows color (decimal): -4539150 or 15908026. OLE color: 15908026.

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

Color convert

RGB186188242-
CMYK0.230.2200.05
HSL237.86º68.29%83.92%-
HSV(B)237.86º23.14%94.9%-
XYZ54.2652.8291.34-
YUV193.56155.34122.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.19%
GREEN value IS 188 (73.83% from 255) = 30.52%
BLUE value IS 242 (94.92% from 255) = 39.29%
R=30.19%
G=30.52%
B=39.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1861882420.230.2200.05237.8668.2983.92
HexBABCF2171605ee4454
Octal272274362272605356104124
Binary101110101011110011110010101111011001011110111010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABCF2; }

 p { color: rgb(186,188,242); }

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

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

 a { background-color: rgb(186,188,242); }

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

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

 span { border-color: rgb(186,188,242); }

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