#99BAF7

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

Shades of Perano #99BAF7

Tints of Perano #99BAF7

Color information

#99BAF7 (or 0x99BAF7) is unknown color: approx Perano. HEX triplet: 99, BA and F7. RGB value is (153,186,247). Sum of RGB (Red+Green+Blue) = 153+186+247=586 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.11% from 586); Green value is 186 (73.05% from 255 or 31.74% from 586); Blue value is 247 (96.88% from 255 or 42.15% from 586); Max value from RGB is 247 - color contains mainly: blue. Hex color #99BAF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BAF7 is #664508. Grayscale: #B6B6B6. Windows color (decimal): -6702345 or 16235161. OLE color: 16235161.

HSL color Cylindrical-coordinate representation of color #99BAF7: hue angle of 218.94º degrees, saturation: 0.85, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99BAF7 is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB153186247-
CMYK0.380.2500.03
HSL218.94º85.45%78.43%-
HSV(B)218.94º38.06%96.86%-
XYZ47.4848.6194.87-
YUV183.09164.07106.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.11%
GREEN value IS 186 (73.05% from 255) = 31.74%
BLUE value IS 247 (96.88% from 255) = 42.15%
R=26.11%
G=31.74%
B=42.15%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1531862470.380.2500.03218.9485.4578.43
Hex99BAF7261903db554e
Octal231272367463103333125116
Binary100110011011101011110111100110110010111101101110101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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