Html Css Color HEX #ACC4CB Heather

📋 copy color: '#ACC4CB'

red 172 ◦ green 196 ◦ blue 203

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

Shades of Heather #ACC4CB

Tints of Heather #ACC4CB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.33%

 BLUE value IS 203 (79.69% from 255) = 35.55%

R = 30.12%
G = 34.33%
B = 35.55%

CMYK

 C value IS 0.15

 M value IS 0.03

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ACC4CB (or 0xACC4CB) is known color: Heather. HEX triplet: AC, C4 and CB. RGB value is (172,196,203). Sum of RGB (Red+Green+Blue) = 172+196+203=571 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.12% from 571); Green value is 196 (76.95% from 255 or 34.33% from 571); Blue value is 203 (79.69% from 255 or 35.55% from 571); Max value from RGB is 203 - color contains mainly: blue. Hex color #ACC4CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC4CB is #533B34. Grayscale: #BDBDBD. Windows color (decimal): -5454645 or 13354156. OLE color: 13354156.

HSL color Cylindrical-coordinate representation of color #ACC4CB: hue angle of 193.55º 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 #ACC4CB is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 196 203 -
CMYK 0.15 0.03 0 0.20
HSL 193.55º 0.23% 0.74% -
HSV(B) 193.55º 0.15% 0.8% -
XYZ 47.53 52.56 64.14 -
YUV 189.62 135.55 115.43 -
System Red Green Blue C M Y K H S L
Decimal 172 196 203 0.15 0.03 0 0.20 193.55 0.23 0.74
Hex AC C4 CB F 3 0 14 C2 17 4A
Octal 254 304 313 17 3 0 24 302 27 112
Binary 10101100 11000100 11001011 1111 11 0 10100 11000010 10111 1001010

Color Harmonies of #ACC4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC4CB

Black with #ACC4CB

Text Example


Text Example

White with #ACC4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC4CB; }

 p { color: rgb(172,196,203); }

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

background-color css

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

 a { background-color: rgb(172,196,203); }

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

border-color css

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

 span { border-color: rgb(172,196,203); }

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