Html Css Color HEX #A8BAC8 Heather

📋 copy color: '#A8BAC8'

red 168 ◦ green 186 ◦ blue 200

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

Shades of Heather #A8BAC8

Tints of Heather #A8BAC8

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.57%

 BLUE value IS 200 (78.52% from 255) = 36.1%

R = 30.32%
G = 33.57%
B = 36.1%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A8BAC8 (or 0xA8BAC8) is known color: Heather. HEX triplet: A8, BA and C8. RGB value is (168,186,200). Sum of RGB (Red+Green+Blue) = 168+186+200=554 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.32% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 200 (78.52% from 255 or 36.10% from 554); Max value from RGB is 200 - color contains mainly: blue. Hex color #A8BAC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BAC8 is #574537. Grayscale: #B6B6B6. Windows color (decimal): -5719352 or 13154984. OLE color: 13154984.

HSL color Cylindrical-coordinate representation of color #A8BAC8: hue angle of 206.25º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A8BAC8 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 168 186 200 -
CMYK 0.16 0.07 0 0.22
HSL 206.25º 0.23% 0.72% -
HSV(B) 206.25º 0.16% 0.78% -
XYZ 44.13 47.61 61.51 -
YUV 182.21 138.04 117.86 -
System Red Green Blue C M Y K H S L
Decimal 168 186 200 0.16 0.07 0 0.22 206.25 0.23 0.72
Hex A8 BA C8 10 7 0 16 CE 17 48
Octal 250 272 310 20 7 0 26 316 27 110
Binary 10101000 10111010 11001000 10000 111 0 10110 11001110 10111 1001000

Color Harmonies of #A8BAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BAC8

Black with #A8BAC8

Text Example


Text Example

White with #A8BAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BAC8; }

 p { color: rgb(168,186,200); }

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

background-color css

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

 a { background-color: rgb(168,186,200); }

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

border-color css

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

 span { border-color: rgb(168,186,200); }

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