Html Css Color HEX #A1BEB0 Skeptic

📋 copy color: '#A1BEB0'

red 161 ◦ green 190 ◦ blue 176

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

Shades of Skeptic #A1BEB0

Tints of Skeptic #A1BEB0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.05%

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

R = 30.55%
G = 36.05%
B = 33.4%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#A1BEB0 (or 0xA1BEB0) is known color: Skeptic. HEX triplet: A1, BE and B0. RGB value is (161,190,176). Sum of RGB (Red+Green+Blue) = 161+190+176=527 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.55% from 527); Green value is 190 (74.61% from 255 or 36.05% from 527); Blue value is 176 (69.14% from 255 or 33.40% from 527); Max value from RGB is 190 - color contains mainly: green. Hex color #A1BEB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BEB0 is #5E414F. Grayscale: #B3B3B3. Windows color (decimal): -6177104 or 11583137. OLE color: 11583137.

HSL color Cylindrical-coordinate representation of color #A1BEB0: hue angle of 151.03º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A1BEB0 is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 190 176 -
CMYK 0.15 0 0.07 0.25
HSL 151.03º 0.18% 0.69% -
HSV(B) 151.03º 0.15% 0.75% -
XYZ 40.95 47.54 48.09 -
YUV 179.73 125.89 114.64 -
System Red Green Blue C M Y K H S L
Decimal 161 190 176 0.15 0 0.07 0.25 151.03 0.18 0.69
Hex A1 BE B0 F 0 7 19 97 12 45
Octal 241 276 260 17 0 7 31 227 22 105
Binary 10100001 10111110 10110000 1111 0 111 11001 10010111 10010 1000101

Color Harmonies of #A1BEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BEB0

Black with #A1BEB0

Text Example


Text Example

White with #A1BEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BEB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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