Html Css Color HEX #A1B9CB Heather

📋 copy color: '#A1B9CB'

red 161 ◦ green 185 ◦ blue 203

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

Shades of Heather #A1B9CB

Tints of Heather #A1B9CB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.7%

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

R = 29.33%
G = 33.7%
B = 36.98%

CMYK

 C value IS 0.21

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A1B9CB (or 0xA1B9CB) is known color: Heather. HEX triplet: A1, B9 and CB. RGB value is (161,185,203). Sum of RGB (Red+Green+Blue) = 161+185+203=549 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.33% from 549); Green value is 185 (72.66% from 255 or 33.70% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 203 - color contains mainly: blue. Hex color #A1B9CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1B9CB is #5E4634. Grayscale: #B3B3B3. Windows color (decimal): -6178357 or 13351329. OLE color: 13351329.

HSL color Cylindrical-coordinate representation of color #A1B9CB: hue angle of 205.71º 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 #A1B9CB is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 185 203 -
CMYK 0.21 0.09 0 0.20
HSL 205.71º 0.29% 0.71% -
HSV(B) 205.71º 0.21% 0.8% -
XYZ 42.83 46.59 63.23 -
YUV 179.88 141.05 114.54 -
System Red Green Blue C M Y K H S L
Decimal 161 185 203 0.21 0.09 0 0.20 205.71 0.29 0.71
Hex A1 B9 CB 15 9 0 14 CE 1D 47
Octal 241 271 313 25 11 0 24 316 35 107
Binary 10100001 10111001 11001011 10101 1001 0 10100 11001110 11101 1000111

Color Harmonies of #A1B9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B9CB

Black with #A1B9CB

Text Example


Text Example

White with #A1B9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B9CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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