#BABCF1

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

Shades of Perano #BABCF1

Tints of Perano #BABCF1

Color information

#BABCF1 (or 0xBABCF1) is unknown color: approx Perano. HEX triplet: BA, BC and F1. RGB value is (186,188,241). Sum of RGB (Red+Green+Blue) = 186+188+241=615 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.24% from 615); Green value is 188 (73.83% from 255 or 30.57% from 615); Blue value is 241 (94.53% from 255 or 39.19% from 615); Max value from RGB is 241 - color contains mainly: blue. Hex color #BABCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABCF1 is #45430E. Grayscale: #C1C1C1. Windows color (decimal): -4539151 or 15842490. OLE color: 15842490.

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

Color convert

RGB186188241-
CMYK0.230.2200.05
HSL237.82º66.27%83.73%-
HSV(B)237.82º22.82%94.51%-
XYZ54.1152.7690.55-
YUV193.44154.84122.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.24%
GREEN value IS 188 (73.83% from 255) = 30.57%
BLUE value IS 241 (94.53% from 255) = 39.19%
R=30.24%
G=30.57%
B=39.19%

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
Decimal1861882410.230.2200.05237.8266.2783.73
HexBABCF1171605ee4254
Octal272274361272605356102124
Binary101110101011110011110001101111011001011110111010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABCF1; }

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

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

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

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

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

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

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

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