Html Css Color HEX #A1BBC9 Heather

📋 copy color: '#A1BBC9'

red 161 ◦ green 187 ◦ blue 201

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

Shades of Heather #A1BBC9

Tints of Heather #A1BBC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.61%

R = 29.33%
G = 34.06%
B = 36.61%

CMYK

 C value IS 0.20

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A1BBC9 (or 0xA1BBC9) is known color: Heather. HEX triplet: A1, BB and C9. RGB value is (161,187,201). Sum of RGB (Red+Green+Blue) = 161+187+201=549 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.33% from 549); Green value is 187 (73.44% from 255 or 34.06% from 549); Blue value is 201 (78.91% from 255 or 36.61% from 549); Max value from RGB is 201 - color contains mainly: blue. Hex color #A1BBC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BBC9 is #5E4436. Grayscale: #B4B4B4. Windows color (decimal): -6177847 or 13220769. OLE color: 13220769.

HSL color Cylindrical-coordinate representation of color #A1BBC9: hue angle of 201º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A1BBC9 is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 161 187 201 -
CMYK 0.20 0.07 0 0.21
HSL 201º 0.27% 0.71% -
HSV(B) 201º 0.2% 0.79% -
XYZ 43.01 47.33 62.13 -
YUV 180.82 139.39 113.86 -
System Red Green Blue C M Y K H S L
Decimal 161 187 201 0.20 0.07 0 0.21 201 0.27 0.71
Hex A1 BB C9 14 7 0 15 C9 1B 47
Octal 241 273 311 24 7 0 25 311 33 107
Binary 10100001 10111011 11001001 10100 111 0 10101 11001001 11011 1000111

Color Harmonies of #A1BBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BBC9

Black with #A1BBC9

Text Example


Text Example

White with #A1BBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BBC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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