Html Css Color HEX #A1BBC3 Heather

📋 copy color: '#A1BBC3'

red 161 ◦ green 187 ◦ blue 195

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

Shades of Heather #A1BBC3

Tints of Heather #A1BBC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 35.91%

R = 29.65%
G = 34.44%
B = 35.91%

CMYK

 C value IS 0.17

 M value IS 0.04

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A1BBC3 (or 0xA1BBC3) is known color: Heather. HEX triplet: A1, BB and C3. RGB value is (161,187,195). Sum of RGB (Red+Green+Blue) = 161+187+195=543 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.65% from 543); Green value is 187 (73.44% from 255 or 34.44% from 543); Blue value is 195 (76.56% from 255 or 35.91% from 543); Max value from RGB is 195 - color contains mainly: blue. Hex color #A1BBC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BBC3 is #5E443C. Grayscale: #B4B4B4. Windows color (decimal): -6177853 or 12827553. OLE color: 12827553.

HSL color Cylindrical-coordinate representation of color #A1BBC3: hue angle of 194.12º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A1BBC3 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 161 187 195 -
CMYK 0.17 0.04 0 0.24
HSL 194.12º 0.22% 0.7% -
HSV(B) 194.12º 0.17% 0.76% -
XYZ 42.32 47.06 58.48 -
YUV 180.14 136.39 114.35 -
System Red Green Blue C M Y K H S L
Decimal 161 187 195 0.17 0.04 0 0.24 194.12 0.22 0.7
Hex A1 BB C3 11 4 0 18 C2 16 46
Octal 241 273 303 21 4 0 30 302 26 106
Binary 10100001 10111011 11000011 10001 100 0 11000 11000010 10110 1000110

Color Harmonies of #A1BBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BBC3

Black with #A1BBC3

Text Example


Text Example

White with #A1BBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BBC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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