Html Css Color HEX #ACC1CB Heather

📋 copy color: '#ACC1CB'

red 172 ◦ green 193 ◦ blue 203

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

Shades of Heather #ACC1CB

Tints of Heather #ACC1CB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.98%

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

R = 30.28%
G = 33.98%
B = 35.74%

CMYK

 C value IS 0.15

 M value IS 0.05

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ACC1CB (or 0xACC1CB) is known color: Heather. HEX triplet: AC, C1 and CB. RGB value is (172,193,203). Sum of RGB (Red+Green+Blue) = 172+193+203=568 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.28% from 568); Green value is 193 (75.78% from 255 or 33.98% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 203 - color contains mainly: blue. Hex color #ACC1CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC1CB is #533E34. Grayscale: #BBBBBB. Windows color (decimal): -5455413 or 13353388. OLE color: 13353388.

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

Color convert

RGB 172 193 203 -
CMYK 0.15 0.05 0 0.20
HSL 199.35º 0.23% 0.74% -
HSV(B) 199.35º 0.15% 0.8% -
XYZ 46.86 51.22 63.92 -
YUV 187.86 136.54 116.69 -
System Red Green Blue C M Y K H S L
Decimal 172 193 203 0.15 0.05 0 0.20 199.35 0.23 0.74
Hex AC C1 CB F 5 0 14 C7 17 4A
Octal 254 301 313 17 5 0 24 307 27 112
Binary 10101100 11000001 11001011 1111 101 0 10100 11000111 10111 1001010

Color Harmonies of #ACC1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC1CB

Black with #ACC1CB

Text Example


Text Example

White with #ACC1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC1CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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