Html Css Color HEX #A1BACB Heather

📋 copy color: '#A1BACB'

red 161 ◦ green 186 ◦ blue 203

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

Shades of Heather #A1BACB

Tints of Heather #A1BACB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.82%

 BLUE value IS 203 (79.69% from 255) = 36.91%

R = 29.27%
G = 33.82%
B = 36.91%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A1BACB (or 0xA1BACB) is known color: Heather. HEX triplet: A1, BA and CB. RGB value is (161,186,203). Sum of RGB (Red+Green+Blue) = 161+186+203=550 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.27% from 550); Green value is 186 (73.05% from 255 or 33.82% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 203 - color contains mainly: blue. Hex color #A1BACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BACB is #5E4534. Grayscale: #B4B4B4. Windows color (decimal): -6178101 or 13351585. OLE color: 13351585.

HSL color Cylindrical-coordinate representation of color #A1BACB: hue angle of 204.29º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1BACB is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 186 203 -
CMYK 0.21 0.08 0 0.20
HSL 204.29º 0.29% 0.71% -
HSV(B) 204.29º 0.21% 0.8% -
XYZ 43.04 47.01 63.3 -
YUV 180.46 140.72 114.12 -
System Red Green Blue C M Y K H S L
Decimal 161 186 203 0.21 0.08 0 0.20 204.29 0.29 0.71
Hex A1 BA CB 15 8 0 14 CC 1D 47
Octal 241 272 313 25 10 0 24 314 35 107
Binary 10100001 10111010 11001011 10101 1000 0 10100 11001100 11101 1000111

Color Harmonies of #A1BACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BACB

Black with #A1BACB

Text Example


Text Example

White with #A1BACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BACB; }

 p { color: rgb(161,186,203); }

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

background-color css

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

 a { background-color: rgb(161,186,203); }

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

border-color css

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

 span { border-color: rgb(161,186,203); }

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