#BABAF2

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

Shades of Perano #BABAF2

Tints of Perano #BABAF2

Color information

#BABAF2 (or 0xBABAF2) is unknown color: approx Perano. HEX triplet: BA, BA and F2. RGB value is (186,186,242). Sum of RGB (Red+Green+Blue) = 186+186+242=614 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.29% from 614); Green value is 186 (73.05% from 255 or 30.29% from 614); Blue value is 242 (94.92% from 255 or 39.41% from 614); Max value from RGB is 242 - color contains mainly: blue. Hex color #BABAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABAF2 is #45450D. Grayscale: #C0C0C0. Windows color (decimal): -4539662 or 15907514. OLE color: 15907514.

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

Color convert

RGB186186242-
CMYK0.230.2300.05
HSL240º68.29%83.92%-
HSV(B)240º23.14%94.9%-
XYZ53.8451.9791.2-
YUV192.38156123.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.29%
GREEN value IS 186 (73.05% from 255) = 30.29%
BLUE value IS 242 (94.92% from 255) = 39.41%
R=30.29%
G=30.29%
B=39.41%

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
Decimal1861862420.230.2300.0524068.2983.92
HexBABAF2171705f04454
Octal272272362272705360104124
Binary101110101011101011110010101111011101011111000010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABAF2; }

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

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

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

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

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

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

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

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