Html Css Color HEX #A8BEC3 Heather

📋 copy color: '#A8BEC3'

red 168 ◦ green 190 ◦ blue 195

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

Shades of Heather #A8BEC3

Tints of Heather #A8BEC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 35.26%

R = 30.38%
G = 34.36%
B = 35.26%

CMYK

 C value IS 0.14

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A8BEC3 (or 0xA8BEC3) is known color: Heather. HEX triplet: A8, BE and C3. RGB value is (168,190,195). Sum of RGB (Red+Green+Blue) = 168+190+195=553 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.38% from 553); Green value is 190 (74.61% from 255 or 34.36% from 553); Blue value is 195 (76.56% from 255 or 35.26% from 553); Max value from RGB is 195 - color contains mainly: blue. Hex color #A8BEC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BEC3 is #57413C. Grayscale: #B7B7B7. Windows color (decimal): -5718333 or 12828328. OLE color: 12828328.

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

Color convert

RGB 168 190 195 -
CMYK 0.14 0.03 0 0.24
HSL 191.11º 0.18% 0.71% -
HSV(B) 191.11º 0.14% 0.76% -
XYZ 44.41 49.09 58.76 -
YUV 183.99 134.21 116.59 -
System Red Green Blue C M Y K H S L
Decimal 168 190 195 0.14 0.03 0 0.24 191.11 0.18 0.71
Hex A8 BE C3 E 3 0 18 BF 12 47
Octal 250 276 303 16 3 0 30 277 22 107
Binary 10101000 10111110 11000011 1110 11 0 11000 10111111 10010 1000111

Color Harmonies of #A8BEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BEC3

Black with #A8BEC3

Text Example


Text Example

White with #A8BEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BEC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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