#BABFF2

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

Shades of Perano #BABFF2

Tints of Perano #BABFF2

Color information

#BABFF2 (or 0xBABFF2) is unknown color: approx Perano. HEX triplet: BA, BF and F2. RGB value is (186,191,242). Sum of RGB (Red+Green+Blue) = 186+191+242=619 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.05% from 619); Green value is 191 (75% from 255 or 30.86% from 619); Blue value is 242 (94.92% from 255 or 39.10% from 619); Max value from RGB is 242 - color contains mainly: blue. Hex color #BABFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABFF2 is #45400D. Grayscale: #C3C3C3. Windows color (decimal): -4538382 or 15908794. OLE color: 15908794.

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

Color convert

RGB186191242-
CMYK0.230.2100.05
HSL234.64º68.29%83.92%-
HSV(B)234.64º23.14%94.9%-
XYZ54.9154.1191.56-
YUV195.32154.34121.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.05%
GREEN value IS 191 (75% from 255) = 30.86%
BLUE value IS 242 (94.92% from 255) = 39.10%
R=30.05%
G=30.86%
B=39.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1861912420.230.2100.05234.6468.2983.92
HexBABFF2171505eb4454
Octal272277362272505353104124
Binary101110101011111111110010101111010101011110101110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABFF2; }

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

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

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

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

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

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

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

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