Html Css Color HEX #A0B8CB Heather

📋 copy color: '#A0B8CB'

red 160 ◦ green 184 ◦ blue 203

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

Shades of Heather #A0B8CB

Tints of Heather #A0B8CB

RGB

 RED value IS 160 (62.89% from 255) = 29.25%

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

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

R = 29.25%
G = 33.64%
B = 37.11%

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

#A0B8CB (or 0xA0B8CB) is known color: Heather. HEX triplet: A0, B8 and CB. RGB value is (160,184,203). Sum of RGB (Red+Green+Blue) = 160+184+203=547 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.25% from 547); Green value is 184 (72.27% from 255 or 33.64% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 203 - color contains mainly: blue. Hex color #A0B8CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0B8CB is #5F4734. Grayscale: #B2B2B2. Windows color (decimal): -6244149 or 13351072. OLE color: 13351072.

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

Color convert

RGB 160 184 203 -
CMYK 0.21 0.09 0 0.20
HSL 206.51º 0.29% 0.71% -
HSV(B) 206.51º 0.21% 0.8% -
XYZ 42.42 46.07 63.16 -
YUV 178.99 141.55 114.46 -
System Red Green Blue C M Y K H S L
Decimal 160 184 203 0.21 0.09 0 0.20 206.51 0.29 0.71
Hex A0 B8 CB 15 9 0 14 CF 1D 47
Octal 240 270 313 25 11 0 24 317 35 107
Binary 10100000 10111000 11001011 10101 1001 0 10100 11001111 11101 1000111

Color Harmonies of #A0B8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B8CB

Black with #A0B8CB

Text Example


Text Example

White with #A0B8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B8CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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