Html Css Color HEX #A1B8CB Heather

📋 copy color: '#A1B8CB'

red 161 ◦ green 184 ◦ blue 203

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

Shades of Heather #A1B8CB

Tints of Heather #A1B8CB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.58%

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

R = 29.38%
G = 33.58%
B = 37.04%

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

#A1B8CB (or 0xA1B8CB) is known color: Heather. HEX triplet: A1, B8 and CB. RGB value is (161,184,203). Sum of RGB (Red+Green+Blue) = 161+184+203=548 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.38% from 548); Green value is 184 (72.27% from 255 or 33.58% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 203 - color contains mainly: blue. Hex color #A1B8CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1B8CB is #5E4734. Grayscale: #B3B3B3. Windows color (decimal): -6178613 or 13351073. OLE color: 13351073.

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

Color convert

RGB 161 184 203 -
CMYK 0.21 0.09 0 0.20
HSL 207.14º 0.29% 0.71% -
HSV(B) 207.14º 0.21% 0.8% -
XYZ 42.62 46.17 63.17 -
YUV 179.29 141.38 114.96 -
System Red Green Blue C M Y K H S L
Decimal 161 184 203 0.21 0.09 0 0.20 207.14 0.29 0.71
Hex A1 B8 CB 15 9 0 14 CF 1D 47
Octal 241 270 313 25 11 0 24 317 35 107
Binary 10100001 10111000 11001011 10101 1001 0 10100 11001111 11101 1000111

Color Harmonies of #A1B8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B8CB

Black with #A1B8CB

Text Example


Text Example

White with #A1B8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B8CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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