#BABFE6

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

Shades of Perano #BABFE6

Tints of Perano #BABFE6

Color information

#BABFE6 (or 0xBABFE6) is unknown color: approx Perano. HEX triplet: BA, BF and E6. RGB value is (186,191,230). Sum of RGB (Red+Green+Blue) = 186+191+230=607 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.64% from 607); Green value is 191 (75% from 255 or 31.47% from 607); Blue value is 230 (90.23% from 255 or 37.89% from 607); Max value from RGB is 230 - color contains mainly: blue. Hex color #BABFE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABFE6 is #454019. Grayscale: #C1C1C1. Windows color (decimal): -4538394 or 15122362. OLE color: 15122362.

HSL color Cylindrical-coordinate representation of color #BABFE6: hue angle of 233.18º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BABFE6 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB186191230-
CMYK0.190.1700.10
HSL233.18º46.81%81.57%-
HSV(B)233.18º19.13%90.2%-
XYZ53.1653.4182.37-
YUV193.95148.34122.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.64%
GREEN value IS 191 (75% from 255) = 31.47%
BLUE value IS 230 (90.23% from 255) = 37.89%
R=30.64%
G=31.47%
B=37.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1861912300.190.1700.10233.1846.8181.57
HexBABFE613110Ae92f52
Octal272277346232101235157122
Binary101110101011111111100110100111000101010111010011011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABFE6; }

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

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

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

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

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

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

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

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