Html Css Color HEX #A8BEC8 Heather

📋 copy color: '#A8BEC8'

red 168 ◦ green 190 ◦ blue 200

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

Shades of Heather #A8BEC8

Tints of Heather #A8BEC8

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.05%

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

R = 30.11%
G = 34.05%
B = 35.84%

CMYK

 C value IS 0.16

 M value IS 0.05

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A8BEC8 (or 0xA8BEC8) is known color: Heather. HEX triplet: A8, BE and C8. RGB value is (168,190,200). Sum of RGB (Red+Green+Blue) = 168+190+200=558 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.11% from 558); Green value is 190 (74.61% from 255 or 34.05% from 558); Blue value is 200 (78.52% from 255 or 35.84% from 558); Max value from RGB is 200 - color contains mainly: blue. Hex color #A8BEC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BEC8 is #574137. Grayscale: #B8B8B8. Windows color (decimal): -5718328 or 13156008. OLE color: 13156008.

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

Color convert

RGB 168 190 200 -
CMYK 0.16 0.05 0 0.22
HSL 198.75º 0.23% 0.72% -
HSV(B) 198.75º 0.16% 0.78% -
XYZ 44.99 49.32 61.79 -
YUV 184.56 136.71 116.19 -
System Red Green Blue C M Y K H S L
Decimal 168 190 200 0.16 0.05 0 0.22 198.75 0.23 0.72
Hex A8 BE C8 10 5 0 16 C7 17 48
Octal 250 276 310 20 5 0 26 307 27 110
Binary 10101000 10111110 11001000 10000 101 0 10110 11000111 10111 1001000

Color Harmonies of #A8BEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BEC8

Black with #A8BEC8

Text Example


Text Example

White with #A8BEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BEC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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