Html Css Color HEX #A8B2BC Heather

📋 copy color: '#A8B2BC'

red 168 ◦ green 178 ◦ blue 188

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

Shades of Heather #A8B2BC

Tints of Heather #A8B2BC

RGB

 RED value IS 168 (66.02% from 255) = 31.46%

 GREEN value IS 178 (69.92% from 255) = 33.33%

 BLUE value IS 188 (73.83% from 255) = 35.21%

R = 31.46%
G = 33.33%
B = 35.21%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A8B2BC (or 0xA8B2BC) is known color: Heather. HEX triplet: A8, B2 and BC. RGB value is (168,178,188). Sum of RGB (Red+Green+Blue) = 168+178+188=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 178 (69.92% from 255 or 33.33% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 188 - color contains mainly: blue. Hex color #A8B2BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8B2BC is #574D43. Grayscale: #B0B0B0. Windows color (decimal): -5721412 or 12366504. OLE color: 12366504.

HSL color Cylindrical-coordinate representation of color #A8B2BC: hue angle of 210º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A8B2BC is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 178 188 -
CMYK 0.11 0.05 0 0.26
HSL 210º 0.13% 0.7% -
HSV(B) 210º 0.11% 0.74% -
XYZ 41.15 43.8 53.86 -
YUV 176.15 134.69 122.19 -
System Red Green Blue C M Y K H S L
Decimal 168 178 188 0.11 0.05 0 0.26 210 0.13 0.7
Hex A8 B2 BC B 5 0 1A D2 D 46
Octal 250 262 274 13 5 0 32 322 15 106
Binary 10101000 10110010 10111100 1011 101 0 11010 11010010 1101 1000110

Color Harmonies of #A8B2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B2BC

Black with #A8B2BC

Text Example


Text Example

White with #A8B2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B2BC; }

 p { color: rgb(168,178,188); }

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

background-color css

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

 a { background-color: rgb(168,178,188); }

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

border-color css

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

 span { border-color: rgb(168,178,188); }

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