Html Css Color HEX #A8B4BB Heather

📋 copy color: '#A8B4BB'

red 168 ◦ green 180 ◦ blue 187

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

Shades of Heather #A8B4BB

Tints of Heather #A8B4BB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.64%

 BLUE value IS 187 (73.44% from 255) = 34.95%

R = 31.4%
G = 33.64%
B = 34.95%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A8B4BB (or 0xA8B4BB) is known color: Heather. HEX triplet: A8, B4 and BB. RGB value is (168,180,187). Sum of RGB (Red+Green+Blue) = 168+180+187=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 180 (70.70% from 255 or 33.64% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 187 - color contains mainly: blue. Hex color #A8B4BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8B4BB is #574B44. Grayscale: #B1B1B1. Windows color (decimal): -5720901 or 12301480. OLE color: 12301480.

HSL color Cylindrical-coordinate representation of color #A8B4BB: hue angle of 202.11º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A8B4BB is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 180 187 -
CMYK 0.10 0.04 0 0.27
HSL 202.11º 0.12% 0.7% -
HSV(B) 202.11º 0.1% 0.73% -
XYZ 41.44 44.56 53.43 -
YUV 177.21 133.52 121.43 -
System Red Green Blue C M Y K H S L
Decimal 168 180 187 0.10 0.04 0 0.27 202.11 0.12 0.7
Hex A8 B4 BB A 4 0 1B CA C 46
Octal 250 264 273 12 4 0 33 312 14 106
Binary 10101000 10110100 10111011 1010 100 0 11011 11001010 1100 1000110

Color Harmonies of #A8B4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B4BB

Black with #A8B4BB

Text Example


Text Example

White with #A8B4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B4BB; }

 p { color: rgb(168,180,187); }

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

background-color css

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

 a { background-color: rgb(168,180,187); }

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

border-color css

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

 span { border-color: rgb(168,180,187); }

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