#BABFEB

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

Shades of Perano #BABFEB

Tints of Perano #BABFEB

Color information

#BABFEB (or 0xBABFEB) is unknown color: approx Perano. HEX triplet: BA, BF and EB. RGB value is (186,191,235). Sum of RGB (Red+Green+Blue) = 186+191+235=612 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.39% from 612); Green value is 191 (75% from 255 or 31.21% from 612); Blue value is 235 (92.19% from 255 or 38.40% from 612); Max value from RGB is 235 - color contains mainly: blue. Hex color #BABFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABFEB is #454014. Grayscale: #C2C2C2. Windows color (decimal): -4538389 or 15450042. OLE color: 15450042.

HSL color Cylindrical-coordinate representation of color #BABFEB: hue angle of 233.88º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BABFEB is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB186191235-
CMYK0.210.1900.08
HSL233.88º55.06%82.55%-
HSV(B)233.88º20.85%92.16%-
XYZ53.8853.786.12-
YUV194.52150.84121.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.39%
GREEN value IS 191 (75% from 255) = 31.21%
BLUE value IS 235 (92.19% from 255) = 38.40%
R=30.39%
G=31.21%
B=38.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1861912350.210.1900.08233.8855.0682.55
HexBABFEB151308ea3753
Octal272277353252301035267123
Binary101110101011111111101011101011001101000111010101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABFEB; }

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

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

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

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

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

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

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

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