Html Css Color HEX #A1BBBD Casper

📋 copy color: '#A1BBBD'

red 161 ◦ green 187 ◦ blue 189

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

Shades of Casper #A1BBBD

Tints of Casper #A1BBBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.2%

R = 29.98%
G = 34.82%
B = 35.2%

CMYK

 C value IS 0.15

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A1BBBD (or 0xA1BBBD) is known color: Casper. HEX triplet: A1, BB and BD. RGB value is (161,187,189). Sum of RGB (Red+Green+Blue) = 161+187+189=537 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.98% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 189 (74.22% from 255 or 35.20% from 537); Max value from RGB is 189 - color contains mainly: blue. Hex color #A1BBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BBBD is #5E4442. Grayscale: #B3B3B3. Windows color (decimal): -6177859 or 12434337. OLE color: 12434337.

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

Color convert

RGB 161 187 189 -
CMYK 0.15 0.01 0 0.26
HSL 184.29º 0.18% 0.69% -
HSV(B) 184.29º 0.15% 0.74% -
XYZ 41.65 46.79 54.98 -
YUV 179.45 133.39 114.84 -
System Red Green Blue C M Y K H S L
Decimal 161 187 189 0.15 0.01 0 0.26 184.29 0.18 0.69
Hex A1 BB BD F 1 0 1A B8 12 45
Octal 241 273 275 17 1 0 32 270 22 105
Binary 10100001 10111011 10111101 1111 1 0 11010 10111000 10010 1000101

Color Harmonies of #A1BBBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BBBD

Black with #A1BBBD

Text Example


Text Example

White with #A1BBBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BBBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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