Html Css Color HEX #ADBFCC Heather

📋 copy color: '#ADBFCC'

red 173 ◦ green 191 ◦ blue 204

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

Shades of Heather #ADBFCC

Tints of Heather #ADBFCC

RGB

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

 GREEN value IS 191 (75% from 255) = 33.63%

 BLUE value IS 204 (80.08% from 255) = 35.92%

R = 30.46%
G = 33.63%
B = 35.92%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#ADBFCC (or 0xADBFCC) is known color: Heather. HEX triplet: AD, BF and CC. RGB value is (173,191,204). Sum of RGB (Red+Green+Blue) = 173+191+204=568 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.46% from 568); Green value is 191 (75% from 255 or 33.63% from 568); Blue value is 204 (80.08% from 255 or 35.92% from 568); Max value from RGB is 204 - color contains mainly: blue. Hex color #ADBFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBFCC is #524033. Grayscale: #BBBBBB. Windows color (decimal): -5390388 or 13418413. OLE color: 13418413.

HSL color Cylindrical-coordinate representation of color #ADBFCC: hue angle of 205.16º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADBFCC is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 191 204 -
CMYK 0.15 0.06 0 0.2
HSL 205.16º 0.23% 0.74% -
HSV(B) 205.16º 0.15% 0.8% -
XYZ 46.76 50.51 64.41 -
YUV 187.1 137.54 117.94 -
System Red Green Blue C M Y K H S L
Decimal 173 191 204 0.15 0.06 0 0.2 205.16 0.23 0.74
Hex AD BF CC F 6 0 14 CD 17 4A
Octal 255 277 314 17 6 0 24 315 27 112
Binary 10101101 10111111 11001100 1111 110 0 10100 11001101 10111 1001010

Color Harmonies of #ADBFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBFCC

Black with #ADBFCC

Text Example


Text Example

White with #ADBFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBFCC; }

 p { color: rgb(173,191,204); }

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

background-color css

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

 a { background-color: rgb(173,191,204); }

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

border-color css

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

 span { border-color: rgb(173,191,204); }

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