Html Css Color HEX #A2BBB0 Skeptic

📋 copy color: '#A2BBB0'

red 162 ◦ green 187 ◦ blue 176

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

Shades of Skeptic #A2BBB0

Tints of Skeptic #A2BBB0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.62%

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

R = 30.86%
G = 35.62%
B = 33.52%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#A2BBB0 (or 0xA2BBB0) is known color: Skeptic. HEX triplet: A2, BB and B0. RGB value is (162,187,176). Sum of RGB (Red+Green+Blue) = 162+187+176=525 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.86% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 176 (69.14% from 255 or 33.52% from 525); Max value from RGB is 187 - color contains mainly: green. Hex color #A2BBB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BBB0 is #5D444F. Grayscale: #B2B2B2. Windows color (decimal): -6112336 or 11582370. OLE color: 11582370.

HSL color Cylindrical-coordinate representation of color #A2BBB0: hue angle of 153.6º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A2BBB0 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 187 176 -
CMYK 0.13 0 0.06 0.27
HSL 153.6º 0.16% 0.68% -
HSV(B) 153.6º 0.13% 0.73% -
XYZ 40.51 46.36 47.89 -
YUV 178.27 126.72 116.39 -
System Red Green Blue C M Y K H S L
Decimal 162 187 176 0.13 0 0.06 0.27 153.6 0.16 0.68
Hex A2 BB B0 D 0 6 1B 9A 10 44
Octal 242 273 260 15 0 6 33 232 20 104
Binary 10100010 10111011 10110000 1101 0 110 11011 10011010 10000 1000100

Color Harmonies of #A2BBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BBB0

Black with #A2BBB0

Text Example


Text Example

White with #A2BBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BBB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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