#99BCF6

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

Shades of Perano #99BCF6

Tints of Perano #99BCF6

Color information

#99BCF6 (or 0x99BCF6) is unknown color: approx Perano. HEX triplet: 99, BC and F6. RGB value is (153,188,246). Sum of RGB (Red+Green+Blue) = 153+188+246=587 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.06% from 587); Green value is 188 (73.83% from 255 or 32.03% from 587); Blue value is 246 (96.48% from 255 or 41.91% from 587); Max value from RGB is 246 - color contains mainly: blue. Hex color #99BCF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BCF6 is #664309. Grayscale: #B7B7B7. Windows color (decimal): -6701834 or 16170137. OLE color: 16170137.

HSL color Cylindrical-coordinate representation of color #99BCF6: hue angle of 217.42º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99BCF6 is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB153188246-
CMYK0.380.2400.04
HSL217.42º83.78%78.24%-
HSV(B)217.42º37.8%96.47%-
XYZ47.7549.3994.21-
YUV184.15162.9105.78-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.06%
GREEN value IS 188 (73.83% from 255) = 32.03%
BLUE value IS 246 (96.48% from 255) = 41.91%
R=26.06%
G=32.03%
B=41.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1531882460.380.2400.04217.4283.7878.24
Hex99BCF6261804d9544e
Octal231274366463004331124116
Binary1001100110111100111101101001101100001001101100110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,188,246); }

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

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

 a { background-color: rgb(153,188,246); }

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

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

 span { border-color: rgb(153,188,246); }

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