Html Css Color HEX #A2BCB0 Skeptic

📋 copy color: '#A2BCB0'

red 162 ◦ green 188 ◦ blue 176

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

Shades of Skeptic #A2BCB0

Tints of Skeptic #A2BCB0

RGB

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

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

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

R = 30.8%
G = 35.74%
B = 33.46%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#A2BCB0 (or 0xA2BCB0) is known color: Skeptic. HEX triplet: A2, BC and B0. RGB value is (162,188,176). Sum of RGB (Red+Green+Blue) = 162+188+176=526 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.80% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 176 (69.14% from 255 or 33.46% from 526); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BCB0 is #5D434F. Grayscale: #B2B2B2. Windows color (decimal): -6112080 or 11582626. OLE color: 11582626.

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

Color convert

RGB 162 188 176 -
CMYK 0.14 0 0.06 0.26
HSL 152.31º 0.16% 0.69% -
HSV(B) 152.31º 0.14% 0.74% -
XYZ 40.72 46.78 47.96 -
YUV 178.86 126.39 115.98 -
System Red Green Blue C M Y K H S L
Decimal 162 188 176 0.14 0 0.06 0.26 152.31 0.16 0.69
Hex A2 BC B0 E 0 6 1A 98 10 45
Octal 242 274 260 16 0 6 32 230 20 105
Binary 10100010 10111100 10110000 1110 0 110 11010 10011000 10000 1000101

Color Harmonies of #A2BCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BCB0

Black with #A2BCB0

Text Example


Text Example

White with #A2BCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BCB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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