#99BCFF

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

Shades of Perano #99BCFF

Tints of Perano #99BCFF

Color information

#99BCFF (or 0x99BCFF) is unknown color: approx Perano. HEX triplet: 99, BC and FF. RGB value is (153,188,255). Sum of RGB (Red+Green+Blue) = 153+188+255=596 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.67% from 596); Green value is 188 (73.83% from 255 or 31.54% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #99BCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BCFF is #664300. Grayscale: #B8B8B8. Windows color (decimal): -6701825 or 16759961. OLE color: 16759961.

HSL color Cylindrical-coordinate representation of color #99BCFF: hue angle of 219.41º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99BCFF is Cyan = 0.4, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB153188255-
CMYK0.40.2600
HSL219.41º100%80%-
HSV(B)219.41º40%100%-
XYZ49.1749.96101.66-
YUV185.17167.4105.05-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.67%
GREEN value IS 188 (73.83% from 255) = 31.54%
BLUE value IS 255 (100% from 255) = 42.79%
R=25.67%
G=31.54%
B=42.79%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1531882550.40.2600219.4110080
Hex99BCFF281A00db6450
Octal231274377503200333144120
Binary10011001101111001111111110100011010001101101111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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