Html Css Color HEX #99B4A5 Skeptic

📋 copy color: '#99B4A5'

red 153 ◦ green 180 ◦ blue 165

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

Shades of Skeptic #99B4A5

Tints of Skeptic #99B4A5

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.14%

 BLUE value IS 165 (64.84% from 255) = 33.13%

R = 30.72%
G = 36.14%
B = 33.13%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#99B4A5 (or 0x99B4A5) is known color: Skeptic. HEX triplet: 99, B4 and A5. RGB value is (153,180,165). Sum of RGB (Red+Green+Blue) = 153+180+165=498 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.72% from 498); Green value is 180 (70.70% from 255 or 36.14% from 498); Blue value is 165 (64.84% from 255 or 33.13% from 498); Max value from RGB is 180 - color contains mainly: green. Hex color #99B4A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B4A5 is #664B5A. Grayscale: #AAAAAA. Windows color (decimal): -6703963 or 10859673. OLE color: 10859673.

HSL color Cylindrical-coordinate representation of color #99B4A5: hue angle of 146.67º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #99B4A5 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB 153 180 165 -
CMYK 0.15 0 0.08 0.29
HSL 146.67º 0.15% 0.65% -
HSV(B) 146.67º 0.15% 0.71% -
XYZ 36.25 42.13 41.82 -
YUV 170.22 125.05 115.72 -
System Red Green Blue C M Y K H S L
Decimal 153 180 165 0.15 0 0.08 0.29 146.67 0.15 0.65
Hex 99 B4 A5 F 0 8 1D 93 F 41
Octal 231 264 245 17 0 10 35 223 17 101
Binary 10011001 10110100 10100101 1111 0 1000 11101 10010011 1111 1000001

Color Harmonies of #99B4A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B4A5

Black with #99B4A5

Text Example


Text Example

White with #99B4A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,180,165); }

 H1.HeaderClassName
 {
   color: #99B4A5;
 }
 .AnyTagClassName
 {
   color: #99B4A5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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