Html Css Color HEX #ADBEC4 Heather

📋 copy color: '#ADBEC4'

red 173 ◦ green 190 ◦ blue 196

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

Shades of Heather #ADBEC4

Tints of Heather #ADBEC4

RGB

 RED value IS 173 (67.97% from 255) = 30.95%

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

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

R = 30.95%
G = 33.99%
B = 35.06%

CMYK

 C value IS 0.12

 M value IS 0.03

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#ADBEC4 (or 0xADBEC4) is known color: Heather. HEX triplet: AD, BE and C4. RGB value is (173,190,196). Sum of RGB (Red+Green+Blue) = 173+190+196=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 190 (74.61% from 255 or 33.99% from 559); Blue value is 196 (76.95% from 255 or 35.06% from 559); Max value from RGB is 196 - color contains mainly: blue. Hex color #ADBEC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBEC4 is #52413B. Grayscale: #B9B9B9. Windows color (decimal): -5390652 or 12893869. OLE color: 12893869.

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

Color convert

RGB 173 190 196 -
CMYK 0.12 0.03 0 0.23
HSL 195.65º 0.16% 0.72% -
HSV(B) 195.65º 0.12% 0.77% -
XYZ 45.61 49.7 59.41 -
YUV 185.6 133.87 119.01 -
System Red Green Blue C M Y K H S L
Decimal 173 190 196 0.12 0.03 0 0.23 195.65 0.16 0.72
Hex AD BE C4 C 3 0 17 C4 10 48
Octal 255 276 304 14 3 0 27 304 20 110
Binary 10101101 10111110 11000100 1100 11 0 10111 11000100 10000 1001000

Color Harmonies of #ADBEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBEC4

Black with #ADBEC4

Text Example


Text Example

White with #ADBEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBEC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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