Html Css Color HEX #A8BFC8 Heather

📋 copy color: '#A8BFC8'

red 168 ◦ green 191 ◦ blue 200

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

Shades of Heather #A8BFC8

Tints of Heather #A8BFC8

RGB

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

 GREEN value IS 191 (75% from 255) = 34.17%

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

R = 30.05%
G = 34.17%
B = 35.78%

CMYK

 C value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A8BFC8 (or 0xA8BFC8) is known color: Heather. HEX triplet: A8, BF and C8. RGB value is (168,191,200). Sum of RGB (Red+Green+Blue) = 168+191+200=559 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30.05% from 559); Green value is 191 (75% from 255 or 34.17% from 559); Blue value is 200 (78.52% from 255 or 35.78% from 559); Max value from RGB is 200 - color contains mainly: blue. Hex color #A8BFC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BFC8 is #574037. Grayscale: #B9B9B9. Windows color (decimal): -5718072 or 13156264. OLE color: 13156264.

HSL color Cylindrical-coordinate representation of color #A8BFC8: hue angle of 196.88º 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 #A8BFC8 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 168 191 200 -
CMYK 0.16 0.04 0 0.22
HSL 196.88º 0.23% 0.72% -
HSV(B) 196.88º 0.16% 0.78% -
XYZ 45.2 49.76 61.87 -
YUV 185.15 136.38 115.77 -
System Red Green Blue C M Y K H S L
Decimal 168 191 200 0.16 0.04 0 0.22 196.88 0.23 0.72
Hex A8 BF C8 10 4 0 16 C5 17 48
Octal 250 277 310 20 4 0 26 305 27 110
Binary 10101000 10111111 11001000 10000 100 0 10110 11000101 10111 1001000

Color Harmonies of #A8BFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BFC8

Black with #A8BFC8

Text Example


Text Example

White with #A8BFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BFC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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