Html Css Color HEX #96A2BE Rock Blue

📋 copy color: '#96A2BE'

red 150 ◦ green 162 ◦ blue 190

#96A2BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rock Blue #96A2BE

Tints of Rock Blue #96A2BE

RGB

 RED value IS 150 (58.98% from 255) = 29.88%

 GREEN value IS 162 (63.67% from 255) = 32.27%

 BLUE value IS 190 (74.61% from 255) = 37.85%

R = 29.88%
G = 32.27%
B = 37.85%

CMYK

 C value IS 0.21

 M value IS 0.15

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#96A2BE (or 0x96A2BE) is known color: Rock Blue. HEX triplet: 96, A2 and BE. RGB value is (150,162,190). Sum of RGB (Red+Green+Blue) = 150+162+190=502 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.88% from 502); Green value is 162 (63.67% from 255 or 32.27% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 190 - color contains mainly: blue. Hex color #96A2BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A2BE is #695D41. Grayscale: #A1A1A1. Windows color (decimal): -6905154 or 12493462. OLE color: 12493462.

HSL color Cylindrical-coordinate representation of color #96A2BE: hue angle of 222º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96A2BE is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 162 190 -
CMYK 0.21 0.15 0 0.25
HSL 222º 0.24% 0.67% -
HSV(B) 222º 0.21% 0.75% -
XYZ 34.79 36.04 53.84 -
YUV 161.6 144.02 119.72 -
System Red Green Blue C M Y K H S L
Decimal 150 162 190 0.21 0.15 0 0.25 222 0.24 0.67
Hex 96 A2 BE 15 F 0 19 DE 18 43
Octal 226 242 276 25 17 0 31 336 30 103
Binary 10010110 10100010 10111110 10101 1111 0 11001 11011110 11000 1000011

Color Harmonies of #96A2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A2BE

Black with #96A2BE

Text Example


Text Example

White with #96A2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,162,190); }

 H1.HeaderClassName
 {
   color: #96A2BE;
 }
 .AnyTagClassName
 {
   color: #96A2BE;
 }
</style>

background-color css

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

 a { background-color: rgb(150,162,190); }

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

border-color css

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

 span { border-color: rgb(150,162,190); }

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