Html Css Color HEX #ACC0CB Heather

📋 copy color: '#ACC0CB'

red 172 ◦ green 192 ◦ blue 203

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

Shades of Heather #ACC0CB

Tints of Heather #ACC0CB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.86%

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

R = 30.34%
G = 33.86%
B = 35.8%

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

#ACC0CB (or 0xACC0CB) is known color: Heather. HEX triplet: AC, C0 and CB. RGB value is (172,192,203). Sum of RGB (Red+Green+Blue) = 172+192+203=567 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.34% from 567); Green value is 192 (75.39% from 255 or 33.86% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 203 - color contains mainly: blue. Hex color #ACC0CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC0CB is #533F34. Grayscale: #BBBBBB. Windows color (decimal): -5455669 or 13353132. OLE color: 13353132.

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

Color convert

RGB 172 192 203 -
CMYK 0.15 0.05 0 0.20
HSL 201.29º 0.23% 0.74% -
HSV(B) 201.29º 0.15% 0.8% -
XYZ 46.64 50.78 63.84 -
YUV 187.27 136.87 117.11 -
System Red Green Blue C M Y K H S L
Decimal 172 192 203 0.15 0.05 0 0.20 201.29 0.23 0.74
Hex AC C0 CB F 5 0 14 C9 17 4A
Octal 254 300 313 17 5 0 24 311 27 112
Binary 10101100 11000000 11001011 1111 101 0 10100 11001001 10111 1001010

Color Harmonies of #ACC0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC0CB

Black with #ACC0CB

Text Example


Text Example

White with #ACC0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC0CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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