#9994BC

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

Shades of Logan #9994BC

Tints of Logan #9994BC

Color information

#9994BC (or 0x9994BC) is unknown color: approx Logan. HEX triplet: 99, 94 and BC. RGB value is (153,148,188). Sum of RGB (Red+Green+Blue) = 153+148+188=489 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.29% from 489); Green value is 148 (58.20% from 255 or 30.27% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 188 - color contains mainly: blue. Hex color #9994BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9994BC is #666B43. Grayscale: #999999. Windows color (decimal): -6712132 or 12358809. OLE color: 12358809.

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

Color convert

RGB153148188-
CMYK0.190.2100.26
HSL247.5º22.99%65.88%-
HSV(B)247.5º21.28%73.73%-
XYZ32.831.5851.94-
YUV154.06147.16127.25-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.29%
GREEN value IS 148 (58.20% from 255) = 30.27%
BLUE value IS 188 (73.83% from 255) = 38.45%
R=31.29%
G=30.27%
B=38.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1531481880.190.2100.26247.522.9965.88
Hex9994BC131501Af81742
Octal231224274232503237027102
Binary100110011001010010111100100111010101101011111000101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9994BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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