#BABAF1

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

Shades of Perano #BABAF1

Tints of Perano #BABAF1

Color information

#BABAF1 (or 0xBABAF1) is unknown color: approx Perano. HEX triplet: BA, BA and F1. RGB value is (186,186,241). Sum of RGB (Red+Green+Blue) = 186+186+241=613 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.34% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 241 (94.53% from 255 or 39.31% from 613); Max value from RGB is 241 - color contains mainly: blue. Hex color #BABAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABAF1 is #45450E. Grayscale: #C0C0C0. Windows color (decimal): -4539663 or 15841978. OLE color: 15841978.

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

Color convert

RGB186186241-
CMYK0.230.2300.05
HSL240º66.27%83.73%-
HSV(B)240º22.82%94.51%-
XYZ53.6951.9190.41-
YUV192.27155.5123.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.34%
GREEN value IS 186 (73.05% from 255) = 30.34%
BLUE value IS 241 (94.53% from 255) = 39.31%
R=30.34%
G=30.34%
B=39.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1861862410.230.2300.0524066.2783.73
HexBABAF1171705f04254
Octal272272361272705360102124
Binary101110101011101011110001101111011101011111000010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABAF1; }

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

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

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

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

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

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

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

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