#babbf0

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

Shades of Perano #BABBF0

Tints of Perano #BABBF0

Color information

#BABBF0 (or 0xBABBF0) is unknown color: approx Perano. HEX triplet: BA, BB and F0. RGB value is (186,187,240). Sum of RGB (Red+Green+Blue) = 186+187+240=613 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.34% from 613); Green value is 187 (73.44% from 255 or 30.51% from 613); Blue value is 240 (94.14% from 255 or 39.15% from 613); Max value from RGB is 240 - color contains mainly: blue. Hex color #BABBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABBF0 is #45440F. Grayscale: #C0C0C0. Windows color (decimal): -4539408 or 15776698. OLE color: 15776698.

HSL color Cylindrical-coordinate representation of color #BABBF0: hue angle of 238.89º 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 #BABBF0 is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB186187240-
CMYK0.220.2200.06
HSL238.89º64.29%83.53%-
HSV(B)238.89º22.5%94.12%-
XYZ53.7552.2789.69-
YUV192.74154.67123.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.34%
GREEN value IS 187 (73.44% from 255) = 30.51%
BLUE value IS 240 (94.14% from 255) = 39.15%
R=30.34%
G=30.51%
B=39.15%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1861872400.220.2200.06238.8964.2983.53
HexBABBF0161606ef4054
Octal272273360262606357100124
Binary101110101011101111110000101101011001101110111110000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #babbf0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #babbf0; }

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

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

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

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

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

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

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

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