Html Css Color HEX #ADBEC3 Heather

📋 copy color: '#ADBEC3'

red 173 ◦ green 190 ◦ blue 195

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

Shades of Heather #ADBEC3

Tints of Heather #ADBEC3

RGB

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

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

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

R = 31%
G = 34.05%
B = 34.95%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#ADBEC3 (or 0xADBEC3) is known color: Heather. HEX triplet: AD, BE and C3. RGB value is (173,190,195). Sum of RGB (Red+Green+Blue) = 173+190+195=558 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.00% from 558); Green value is 190 (74.61% from 255 or 34.05% from 558); Blue value is 195 (76.56% from 255 or 34.95% from 558); Max value from RGB is 195 - color contains mainly: blue. Hex color #ADBEC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBEC3 is #52413C. Grayscale: #B9B9B9. Windows color (decimal): -5390653 or 12828333. OLE color: 12828333.

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

Color convert

RGB 173 190 195 -
CMYK 0.11 0.03 0 0.24
HSL 193.64º 0.15% 0.72% -
HSV(B) 193.64º 0.11% 0.76% -
XYZ 45.5 49.65 58.82 -
YUV 185.49 133.37 119.09 -
System Red Green Blue C M Y K H S L
Decimal 173 190 195 0.11 0.03 0 0.24 193.64 0.15 0.72
Hex AD BE C3 B 3 0 18 C2 F 48
Octal 255 276 303 13 3 0 30 302 17 110
Binary 10101101 10111110 11000011 1011 11 0 11000 11000010 1111 1001000

Color Harmonies of #ADBEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBEC3

Black with #ADBEC3

Text Example


Text Example

White with #ADBEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBEC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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