Html Css Color HEX #A1BDB0 Skeptic

📋 copy color: '#A1BDB0'

red 161 ◦ green 189 ◦ blue 176

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

Shades of Skeptic #A1BDB0

Tints of Skeptic #A1BDB0

RGB

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

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

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

R = 30.61%
G = 35.93%
B = 33.46%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#A1BDB0 (or 0xA1BDB0) is known color: Skeptic. HEX triplet: A1, BD and B0. RGB value is (161,189,176). Sum of RGB (Red+Green+Blue) = 161+189+176=526 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.61% from 526); Green value is 189 (74.22% from 255 or 35.93% from 526); Blue value is 176 (69.14% from 255 or 33.46% from 526); Max value from RGB is 189 - color contains mainly: green. Hex color #A1BDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BDB0 is #5E424F. Grayscale: #B3B3B3. Windows color (decimal): -6177360 or 11582881. OLE color: 11582881.

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

Color convert

RGB 161 189 176 -
CMYK 0.15 0 0.07 0.26
HSL 152.14º 0.18% 0.69% -
HSV(B) 152.14º 0.15% 0.74% -
XYZ 40.73 47.11 48.02 -
YUV 179.15 126.22 115.06 -
System Red Green Blue C M Y K H S L
Decimal 161 189 176 0.15 0 0.07 0.26 152.14 0.18 0.69
Hex A1 BD B0 F 0 7 1A 98 12 45
Octal 241 275 260 17 0 7 32 230 22 105
Binary 10100001 10111101 10110000 1111 0 111 11010 10011000 10010 1000101

Color Harmonies of #A1BDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BDB0

Black with #A1BDB0

Text Example


Text Example

White with #A1BDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BDB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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