#99BAEA

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

Shades of Perano #99BAEA

Tints of Perano #99BAEA

Color information

#99BAEA (or 0x99BAEA) is unknown color: approx Perano. HEX triplet: 99, BA and EA. RGB value is (153,186,234). Sum of RGB (Red+Green+Blue) = 153+186+234=573 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.70% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 234 (91.80% from 255 or 40.84% from 573); Max value from RGB is 234 - color contains mainly: blue. Hex color #99BAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BAEA is #664515. Grayscale: #B5B5B5. Windows color (decimal): -6702358 or 15383193. OLE color: 15383193.

HSL color Cylindrical-coordinate representation of color #99BAEA: hue angle of 215.56º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99BAEA is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB153186234-
CMYK0.350.2100.08
HSL215.56º65.85%75.88%-
HSV(B)215.56º34.62%91.76%-
XYZ45.5547.8384.67-
YUV181.6157.57107.6-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.70%
GREEN value IS 186 (73.05% from 255) = 32.46%
BLUE value IS 234 (91.80% from 255) = 40.84%
R=26.70%
G=32.46%
B=40.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1531862340.350.2100.08215.5665.8575.88
Hex99BAEA231508d8424c
Octal2312723524325010330102114
Binary10011001101110101110101010001110101010001101100010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99BAEA; }

 p { color: rgb(153,186,234); }

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

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

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

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

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

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

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