#99BCFB

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

Shades of Perano #99BCFB

Tints of Perano #99BCFB

Color information

#99BCFB (or 0x99BCFB) is unknown color: approx Perano. HEX triplet: 99, BC and FB. RGB value is (153,188,251). Sum of RGB (Red+Green+Blue) = 153+188+251=592 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.84% from 592); Green value is 188 (73.83% from 255 or 31.76% from 592); Blue value is 251 (98.44% from 255 or 42.40% from 592); Max value from RGB is 251 - color contains mainly: blue. Hex color #99BCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BCFB is #664304. Grayscale: #B8B8B8. Windows color (decimal): -6701829 or 16497817. OLE color: 16497817.

HSL color Cylindrical-coordinate representation of color #99BCFB: hue angle of 218.57º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99BCFB is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB153188251-
CMYK0.390.2500.02
HSL218.57º92.45%79.22%-
HSV(B)218.57º39.04%98.43%-
XYZ48.5349.798.3-
YUV184.72165.4105.38-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.84%
GREEN value IS 188 (73.83% from 255) = 31.76%
BLUE value IS 251 (98.44% from 255) = 42.40%
R=25.84%
G=31.76%
B=42.40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1531882510.390.2500.02218.5792.4579.22
Hex99BCFB271902db5c4f
Octal231274373473102333134117
Binary100110011011110011111011100111110010101101101110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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