#96B5FF

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

Shades of Perano #96B5FF

Tints of Perano #96B5FF

Color information

#96B5FF (or 0x96B5FF) is unknown color: approx Perano. HEX triplet: 96, B5 and FF. RGB value is (150,181,255). Sum of RGB (Red+Green+Blue) = 150+181+255=586 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.60% from 586); Green value is 181 (71.09% from 255 or 30.89% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #96B5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96B5FF is #694A00. Grayscale: #B3B3B3. Windows color (decimal): -6900225 or 16758166. OLE color: 16758166.

HSL color Cylindrical-coordinate representation of color #96B5FF: hue angle of 222.29º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96B5FF is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB150181255-
CMYK0.410.2900
HSL222.29º100%79.41%-
HSV(B)222.29º41.18%100%-
XYZ47.1546.75101.15-
YUV180.17170.23106.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.60%
GREEN value IS 181 (71.09% from 255) = 30.89%
BLUE value IS 255 (100% from 255) = 43.52%
R=25.60%
G=30.89%
B=43.52%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1501812550.410.2900222.2910079.41
Hex96B5FF291D00de644f
Octal226265377513500336144117
Binary10010110101101011111111110100111101001101111011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96B5FF; }

 p { color: rgb(150,181,255); }

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

<style>
 a { background-color: #96B5FF; }

 a { background-color: rgb(150,181,255); }

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

<style>
 span { border-color: #96B5FF; }

 span { border-color: rgb(150,181,255); }

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