Html Css Color HEX #A8BEC4 Heather

📋 copy color: '#A8BEC4'

red 168 ◦ green 190 ◦ blue 196

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

Shades of Heather #A8BEC4

Tints of Heather #A8BEC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 35.38%

R = 30.32%
G = 34.3%
B = 35.38%

CMYK

 C value IS 0.14

 M value IS 0.03

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A8BEC4 (or 0xA8BEC4) is known color: Heather. HEX triplet: A8, BE and C4. RGB value is (168,190,196). Sum of RGB (Red+Green+Blue) = 168+190+196=554 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.32% from 554); Green value is 190 (74.61% from 255 or 34.30% from 554); Blue value is 196 (76.95% from 255 or 35.38% from 554); Max value from RGB is 196 - color contains mainly: blue. Hex color #A8BEC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BEC4 is #57413B. Grayscale: #B8B8B8. Windows color (decimal): -5718332 or 12893864. OLE color: 12893864.

HSL color Cylindrical-coordinate representation of color #A8BEC4: hue angle of 192.86º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A8BEC4 is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 168 190 196 -
CMYK 0.14 0.03 0 0.23
HSL 192.86º 0.19% 0.71% -
HSV(B) 192.86º 0.14% 0.77% -
XYZ 44.53 49.14 59.36 -
YUV 184.11 134.71 116.51 -
System Red Green Blue C M Y K H S L
Decimal 168 190 196 0.14 0.03 0 0.23 192.86 0.19 0.71
Hex A8 BE C4 E 3 0 17 C1 13 47
Octal 250 276 304 16 3 0 27 301 23 107
Binary 10101000 10111110 11000100 1110 11 0 10111 11000001 10011 1000111

Color Harmonies of #A8BEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BEC4

Black with #A8BEC4

Text Example


Text Example

White with #A8BEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BEC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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