Html Css Color HEX #9996BA Logan

📋 copy color: '#9996BA'

red 153 ◦ green 150 ◦ blue 186

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

Shades of Logan #9996BA

Tints of Logan #9996BA

RGB

 RED value IS 153 (60.16% from 255) = 31.29%

 GREEN value IS 150 (58.98% from 255) = 30.67%

 BLUE value IS 186 (73.05% from 255) = 38.04%

R = 31.29%
G = 30.67%
B = 38.04%

CMYK

 C value IS 0.18

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9996BA (or 0x9996BA) is known color: Logan. HEX triplet: 99, 96 and BA. RGB value is (153,150,186). Sum of RGB (Red+Green+Blue) = 153+150+186=489 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.29% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 186 - color contains mainly: blue. Hex color #9996BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9996BA is #666945. Grayscale: #9A9A9A. Windows color (decimal): -6711622 or 12228249. OLE color: 12228249.

HSL color Cylindrical-coordinate representation of color #9996BA: hue angle of 245º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9996BA is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 150 186 -
CMYK 0.18 0.19 0 0.27
HSL 245º 0.21% 0.66% -
HSV(B) 245º 0.19% 0.73% -
XYZ 32.91 32.13 50.92 -
YUV 155 145.49 126.57 -
System Red Green Blue C M Y K H S L
Decimal 153 150 186 0.18 0.19 0 0.27 245 0.21 0.66
Hex 99 96 BA 12 13 0 1B F5 15 42
Octal 231 226 272 22 23 0 33 365 25 102
Binary 10011001 10010110 10111010 10010 10011 0 11011 11110101 10101 1000010

Color Harmonies of #9996BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9996BA

Black with #9996BA

Text Example


Text Example

White with #9996BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9996BA; }

 p { color: rgb(153,150,186); }

 H1.HeaderClassName
 {
   color: #9996BA;
 }
 .AnyTagClassName
 {
   color: #9996BA;
 }
</style>

background-color css

<style>
 a { background-color: #9996BA; }

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

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

border-color css

<style>
 span { border-color: #9996BA; }

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

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