Html Css Color HEX #A1B4BB Casper

📋 copy color: '#A1B4BB'

red 161 ◦ green 180 ◦ blue 187

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

Shades of Casper #A1B4BB

Tints of Casper #A1B4BB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.09%

 BLUE value IS 187 (73.44% from 255) = 35.42%

R = 30.49%
G = 34.09%
B = 35.42%

CMYK

 C value IS 0.14

 M value IS 0.04

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A1B4BB (or 0xA1B4BB) is known color: Casper. HEX triplet: A1, B4 and BB. RGB value is (161,180,187). Sum of RGB (Red+Green+Blue) = 161+180+187=528 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.49% from 528); Green value is 180 (70.70% from 255 or 34.09% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 187 - color contains mainly: blue. Hex color #A1B4BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1B4BB is #5E4B44. Grayscale: #AFAFAF. Windows color (decimal): -6179653 or 12301473. OLE color: 12301473.

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

Color convert

RGB 161 180 187 -
CMYK 0.14 0.04 0 0.27
HSL 196.15º 0.16% 0.68% -
HSV(B) 196.15º 0.14% 0.73% -
XYZ 39.99 43.81 53.36 -
YUV 175.12 134.71 117.93 -
System Red Green Blue C M Y K H S L
Decimal 161 180 187 0.14 0.04 0 0.27 196.15 0.16 0.68
Hex A1 B4 BB E 4 0 1B C4 10 44
Octal 241 264 273 16 4 0 33 304 20 104
Binary 10100001 10110100 10111011 1110 100 0 11011 11000100 10000 1000100

Color Harmonies of #A1B4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B4BB

Black with #A1B4BB

Text Example


Text Example

White with #A1B4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B4BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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