#ADBFCC

Color #ADBFCC Heather (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heather #ADBFCC

Tints of Heather #ADBFCC

Color information

#ADBFCC (or 0xADBFCC) is unknown color: approx 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

RGB173191204-
CMYK0.150.0600.2
HSL205.16º23.31%73.92%-
HSV(B)205.16º15.2%80%-
XYZ46.7650.5164.41-
YUV187.1137.54117.94-

RGB Variations

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

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 (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1731912040.150.0600.2205.1623.3173.92
HexADBFCCF6014cd174a
Octal25527731417602431527112
Binary101011011011111111001100111111001010011001101101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>