Html Css Color HEX #99BCA7 Skeptic

📋 copy color: '#99BCA7'

red 153 ◦ green 188 ◦ blue 167

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

Shades of Skeptic #99BCA7

Tints of Skeptic #99BCA7

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.01%

 BLUE value IS 167 (65.63% from 255) = 32.87%

R = 30.12%
G = 37.01%
B = 32.87%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#99BCA7 (or 0x99BCA7) is known color: Skeptic. HEX triplet: 99, BC and A7. RGB value is (153,188,167). Sum of RGB (Red+Green+Blue) = 153+188+167=508 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.12% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 167 (65.62% from 255 or 32.87% from 508); Max value from RGB is 188 - color contains mainly: green. Hex color #99BCA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BCA7 is #664358. Grayscale: #AFAFAF. Windows color (decimal): -6701913 or 10992793. OLE color: 10992793.

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

Color convert

RGB 153 188 167 -
CMYK 0.19 0 0.11 0.26
HSL 144º 0.21% 0.67% -
HSV(B) 144º 0.19% 0.74% -
XYZ 38.1 45.53 43.34 -
YUV 175.14 123.4 112.21 -
System Red Green Blue C M Y K H S L
Decimal 153 188 167 0.19 0 0.11 0.26 144 0.21 0.67
Hex 99 BC A7 13 0 B 1A 90 15 43
Octal 231 274 247 23 0 13 32 220 25 103
Binary 10011001 10111100 10100111 10011 0 1011 11010 10010000 10101 1000011

Color Harmonies of #99BCA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BCA7

Black with #99BCA7

Text Example


Text Example

White with #99BCA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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