#BABBF6

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

Shades of Perano #BABBF6

Tints of Perano #BABBF6

Color information

#BABBF6 (or 0xBABBF6) is unknown color: approx Perano. HEX triplet: BA, BB and F6. RGB value is (186,187,246). Sum of RGB (Red+Green+Blue) = 186+187+246=619 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.05% from 619); Green value is 187 (73.44% from 255 or 30.21% from 619); Blue value is 246 (96.48% from 255 or 39.74% from 619); Max value from RGB is 246 - color contains mainly: blue. Hex color #BABBF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABBF6 is #454409. Grayscale: #C1C1C1. Windows color (decimal): -4539402 or 16169914. OLE color: 16169914.

HSL color Cylindrical-coordinate representation of color #BABBF6: hue angle of 239º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BABBF6 is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB186187246-
CMYK0.240.2400.04
HSL239º76.92%84.71%-
HSV(B)239º24.39%96.47%-
XYZ54.6552.6394.47-
YUV193.43157.67122.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.05%
GREEN value IS 187 (73.44% from 255) = 30.21%
BLUE value IS 246 (96.48% from 255) = 39.74%
R=30.05%
G=30.21%
B=39.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1861872460.240.2400.0423976.9284.71
HexBABBF6181804ef4d55
Octal272273366303004357115125
Binary101110101011101111110110110001100001001110111110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABBF6; }

 p { color: rgb(186,187,246); }

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

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

 a { background-color: rgb(186,187,246); }

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

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

 span { border-color: rgb(186,187,246); }

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