#9999BC

Color #9999BC Logan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Logan #9999BC

Tints of Logan #9999BC

Color information

#9999BC (or 0x9999BC) is unknown color: approx Logan. HEX triplet: 99, 99 and BC. RGB value is (153,153,188). Sum of RGB (Red+Green+Blue) = 153+153+188=494 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.97% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 188 - color contains mainly: blue. Hex color #9999BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9999BC is #666643. Grayscale: #9C9C9C. Windows color (decimal): -6710852 or 12360089. OLE color: 12360089.

HSL color Cylindrical-coordinate representation of color #9999BC: hue angle of 240º 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 #9999BC is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB153153188-
CMYK0.190.1900.26
HSL240º20.71%66.86%-
HSV(B)240º18.62%73.73%-
XYZ33.6133.1952.21-
YUV156.99145.5125.15-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.97%
GREEN value IS 153 (60.16% from 255) = 30.97%
BLUE value IS 188 (73.83% from 255) = 38.06%
R=30.97%
G=30.97%
B=38.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1531531880.190.1900.2624020.7166.86
Hex9999BC131301Af01543
Octal231231274232303236025103
Binary100110011001100110111100100111001101101011110000101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9999BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9999BC; }

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

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

<style>
 a { background-color: #9999BC; }

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

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

<style>
 span { border-color: #9999BC; }

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

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