Html Css Color HEX #A2BDB0 Skeptic

📋 copy color: '#A2BDB0'

red 162 ◦ green 189 ◦ blue 176

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

Shades of Skeptic #A2BDB0

Tints of Skeptic #A2BDB0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.86%

 BLUE value IS 176 (69.14% from 255) = 33.4%

R = 30.74%
G = 35.86%
B = 33.4%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#A2BDB0 (or 0xA2BDB0) is known color: Skeptic. HEX triplet: A2, BD and B0. RGB value is (162,189,176). Sum of RGB (Red+Green+Blue) = 162+189+176=527 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.74% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 176 (69.14% from 255 or 33.40% from 527); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BDB0 is #5D424F. Grayscale: #B3B3B3. Windows color (decimal): -6111824 or 11582882. OLE color: 11582882.

HSL color Cylindrical-coordinate representation of color #A2BDB0: hue angle of 151.11º degrees, saturation: 0.17, 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 #A2BDB0 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 189 176 -
CMYK 0.14 0 0.07 0.26
HSL 151.11º 0.17% 0.69% -
HSV(B) 151.11º 0.14% 0.74% -
XYZ 40.93 47.21 48.03 -
YUV 179.45 126.05 115.56 -
System Red Green Blue C M Y K H S L
Decimal 162 189 176 0.14 0 0.07 0.26 151.11 0.17 0.69
Hex A2 BD B0 E 0 7 1A 97 11 45
Octal 242 275 260 16 0 7 32 227 21 105
Binary 10100010 10111101 10110000 1110 0 111 11010 10010111 10001 1000101

Color Harmonies of #A2BDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BDB0

Black with #A2BDB0

Text Example


Text Example

White with #A2BDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BDB0; }

 p { color: rgb(162,189,176); }

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

background-color css

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

 a { background-color: rgb(162,189,176); }

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

border-color css

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

 span { border-color: rgb(162,189,176); }

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