Html Css Color HEX #A0B8CA Heather

📋 copy color: '#A0B8CA'

red 160 ◦ green 184 ◦ blue 202

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

Shades of Heather #A0B8CA

Tints of Heather #A0B8CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37%

R = 29.3%
G = 33.7%
B = 37%

CMYK

 C value IS 0.21

 M value IS 0.09

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A0B8CA (or 0xA0B8CA) is known color: Heather. HEX triplet: A0, B8 and CA. RGB value is (160,184,202). Sum of RGB (Red+Green+Blue) = 160+184+202=546 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.30% from 546); Green value is 184 (72.27% from 255 or 33.70% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 202 - color contains mainly: blue. Hex color #A0B8CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0B8CA is #5F4735. Grayscale: #B2B2B2. Windows color (decimal): -6244150 or 13285536. OLE color: 13285536.

HSL color Cylindrical-coordinate representation of color #A0B8CA: hue angle of 205.71º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0B8CA is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 184 202 -
CMYK 0.21 0.09 0 0.21
HSL 205.71º 0.28% 0.71% -
HSV(B) 205.71º 0.21% 0.79% -
XYZ 42.3 46.02 62.53 -
YUV 178.88 141.05 114.54 -
System Red Green Blue C M Y K H S L
Decimal 160 184 202 0.21 0.09 0 0.21 205.71 0.28 0.71
Hex A0 B8 CA 15 9 0 15 CE 1C 47
Octal 240 270 312 25 11 0 25 316 34 107
Binary 10100000 10111000 11001010 10101 1001 0 10101 11001110 11100 1000111

Color Harmonies of #A0B8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B8CA

Black with #A0B8CA

Text Example


Text Example

White with #A0B8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B8CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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