Html Css Color HEX #A2BCAD Skeptic

📋 copy color: '#A2BCAD'

red 162 ◦ green 188 ◦ blue 173

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

Shades of Skeptic #A2BCAD

Tints of Skeptic #A2BCAD

RGB

 RED value IS 162 (63.67% from 255) = 30.98%

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

 BLUE value IS 173 (67.97% from 255) = 33.08%

R = 30.98%
G = 35.95%
B = 33.08%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#A2BCAD (or 0xA2BCAD) is known color: Skeptic. HEX triplet: A2, BC and AD. RGB value is (162,188,173). Sum of RGB (Red+Green+Blue) = 162+188+173=523 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.98% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 173 (67.97% from 255 or 33.08% from 523); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BCAD is #5D4352. Grayscale: #B2B2B2. Windows color (decimal): -6112083 or 11386018. OLE color: 11386018.

HSL color Cylindrical-coordinate representation of color #A2BCAD: hue angle of 145.38º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A2BCAD is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 188 173 -
CMYK 0.14 0 0.08 0.26
HSL 145.38º 0.16% 0.69% -
HSV(B) 145.38º 0.14% 0.74% -
XYZ 40.43 46.66 46.41 -
YUV 178.52 124.89 116.22 -
System Red Green Blue C M Y K H S L
Decimal 162 188 173 0.14 0 0.08 0.26 145.38 0.16 0.69
Hex A2 BC AD E 0 8 1A 91 10 45
Octal 242 274 255 16 0 10 32 221 20 105
Binary 10100010 10111100 10101101 1110 0 1000 11010 10010001 10000 1000101

Color Harmonies of #A2BCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BCAD

Black with #A2BCAD

Text Example


Text Example

White with #A2BCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BCAD; }

 p { color: rgb(162,188,173); }

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

background-color css

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

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

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

border-color css

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

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

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