#BAB9F3

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

Shades of Perano #BAB9F3

Tints of Perano #BAB9F3

Color information

#BAB9F3 (or 0xBAB9F3) is unknown color: approx Perano. HEX triplet: BA, B9 and F3. RGB value is (186,185,243). Sum of RGB (Red+Green+Blue) = 186+185+243=614 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.29% from 614); Green value is 185 (72.66% from 255 or 30.13% from 614); Blue value is 243 (95.31% from 255 or 39.58% from 614); Max value from RGB is 243 - color contains mainly: blue. Hex color #BAB9F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB9F3 is #45460C. Grayscale: #BFBFBF. Windows color (decimal): -4539917 or 15972794. OLE color: 15972794.

HSL color Cylindrical-coordinate representation of color #BAB9F3: hue angle of 241.03º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAB9F3 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB186185243-
CMYK0.230.2400.05
HSL241.03º70.73%83.92%-
HSV(B)241.03º23.87%95.29%-
XYZ53.7851.6191.92-
YUV191.91156.83123.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.29%
GREEN value IS 185 (72.66% from 255) = 30.13%
BLUE value IS 243 (95.31% from 255) = 39.58%
R=30.29%
G=30.13%
B=39.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1861852430.230.2400.05241.0370.7383.92
HexBAB9F3171805f14754
Octal272271363273005361107124
Binary101110101011100111110011101111100001011111000110001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB9F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB9F3; }

 p { color: rgb(186,185,243); }

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

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

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

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

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

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

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