Html Css Color HEX #A1BCB0 Skeptic

📋 copy color: '#A1BCB0'

red 161 ◦ green 188 ◦ blue 176

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

Shades of Skeptic #A1BCB0

Tints of Skeptic #A1BCB0

RGB

 RED value IS 161 (63.28% from 255) = 30.67%

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

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

R = 30.67%
G = 35.81%
B = 33.52%

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

#A1BCB0 (or 0xA1BCB0) is known color: Skeptic. HEX triplet: A1, BC and B0. RGB value is (161,188,176). Sum of RGB (Red+Green+Blue) = 161+188+176=525 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.67% from 525); Green value is 188 (73.83% from 255 or 35.81% from 525); Blue value is 176 (69.14% from 255 or 33.52% from 525); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BCB0 is #5E434F. Grayscale: #B2B2B2. Windows color (decimal): -6177616 or 11582625. OLE color: 11582625.

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

Color convert

RGB 161 188 176 -
CMYK 0.14 0 0.06 0.26
HSL 153.33º 0.17% 0.68% -
HSV(B) 153.33º 0.14% 0.74% -
XYZ 40.52 46.68 47.95 -
YUV 178.56 126.55 115.48 -
System Red Green Blue C M Y K H S L
Decimal 161 188 176 0.14 0 0.06 0.26 153.33 0.17 0.68
Hex A1 BC B0 E 0 6 1A 99 11 44
Octal 241 274 260 16 0 6 32 231 21 104
Binary 10100001 10111100 10110000 1110 0 110 11010 10011001 10001 1000100

Color Harmonies of #A1BCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BCB0

Black with #A1BCB0

Text Example


Text Example

White with #A1BCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BCB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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