#99A2BC

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

Shades of Rock Blue #99A2BC

Tints of Rock Blue #99A2BC

Color information

#99A2BC (or 0x99A2BC) is unknown color: approx Rock Blue. HEX triplet: 99, A2 and BC. RGB value is (153,162,188). Sum of RGB (Red+Green+Blue) = 153+162+188=503 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.42% from 503); Green value is 162 (63.67% from 255 or 32.21% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 188 - color contains mainly: blue. Hex color #99A2BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A2BC is #665D43. Grayscale: #A2A2A2. Windows color (decimal): -6708548 or 12362393. OLE color: 12362393.

HSL color Cylindrical-coordinate representation of color #99A2BC: hue angle of 224.57º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #99A2BC is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB153162188-
CMYK0.190.1400.26
HSL224.57º20.71%66.86%-
HSV(B)224.57º18.62%73.73%-
XYZ35.1336.2452.72-
YUV162.27142.52121.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.42%
GREEN value IS 162 (63.67% from 255) = 32.21%
BLUE value IS 188 (73.83% from 255) = 37.38%
R=30.42%
G=32.21%
B=37.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1531621880.190.1400.26224.5720.7166.86
Hex99A2BC13E01Ae11543
Octal231242274231603234125103
Binary10011001101000101011110010011111001101011100001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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