Html Css Color HEX #ACBFCD Heather

📋 copy color: '#ACBFCD'

red 172 ◦ green 191 ◦ blue 205

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

Shades of Heather #ACBFCD

Tints of Heather #ACBFCD

RGB

 RED value IS 172 (67.58% from 255) = 30.28%

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

 BLUE value IS 205 (80.47% from 255) = 36.09%

R = 30.28%
G = 33.63%
B = 36.09%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ACBFCD (or 0xACBFCD) is known color: Heather. HEX triplet: AC, BF and CD. RGB value is (172,191,205). Sum of RGB (Red+Green+Blue) = 172+191+205=568 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.28% from 568); Green value is 191 (75% from 255 or 33.63% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 205 - color contains mainly: blue. Hex color #ACBFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBFCD is #534032. Grayscale: #BABABA. Windows color (decimal): -5455923 or 13483948. OLE color: 13483948.

HSL color Cylindrical-coordinate representation of color #ACBFCD: hue angle of 205.45º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACBFCD is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 191 205 -
CMYK 0.16 0.07 0 0.20
HSL 205.45º 0.25% 0.74% -
HSV(B) 205.45º 0.16% 0.8% -
XYZ 46.66 50.44 65.03 -
YUV 186.92 138.21 117.36 -
System Red Green Blue C M Y K H S L
Decimal 172 191 205 0.16 0.07 0 0.20 205.45 0.25 0.74
Hex AC BF CD 10 7 0 14 CD 19 4A
Octal 254 277 315 20 7 0 24 315 31 112
Binary 10101100 10111111 11001101 10000 111 0 10100 11001101 11001 1001010

Color Harmonies of #ACBFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBFCD

Black with #ACBFCD

Text Example


Text Example

White with #ACBFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBFCD; }

 p { color: rgb(172,191,205); }

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

background-color css

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

 a { background-color: rgb(172,191,205); }

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

border-color css

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

 span { border-color: rgb(172,191,205); }

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