#96A4BC

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

Shades of Rock Blue #96A4BC

Tints of Rock Blue #96A4BC

Color information

#96A4BC (or 0x96A4BC) is unknown color: approx Rock Blue. HEX triplet: 96, A4 and BC. RGB value is (150,164,188). Sum of RGB (Red+Green+Blue) = 150+164+188=502 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.88% from 502); Green value is 164 (64.45% from 255 or 32.67% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 188 - color contains mainly: blue. Hex color #96A4BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A4BC is #695B43. Grayscale: #A2A2A2. Windows color (decimal): -6904644 or 12362902. OLE color: 12362902.

HSL color Cylindrical-coordinate representation of color #96A4BC: hue angle of 217.89º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #96A4BC is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB150164188-
CMYK0.200.1300.26
HSL217.89º22.09%66.27%-
HSV(B)217.89º20.21%73.73%-
XYZ34.9336.6752.81-
YUV162.55142.36119.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.88%
GREEN value IS 164 (64.45% from 255) = 32.67%
BLUE value IS 188 (73.83% from 255) = 37.45%
R=29.88%
G=32.67%
B=37.45%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1501641880.200.1300.26217.8922.0966.27
Hex96A4BC14D01Ada1642
Octal226244274241503233226102
Binary10010110101001001011110010100110101101011011010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,164,188); }

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

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

 a { background-color: rgb(150,164,188); }

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

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

 span { border-color: rgb(150,164,188); }

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