Html Css Color HEX #ACC7BC Opal

📋 copy color: '#ACC7BC'

red 172 ◦ green 199 ◦ blue 188

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

Shades of Opal #ACC7BC

Tints of Opal #ACC7BC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.6%

 BLUE value IS 188 (73.83% from 255) = 33.63%

R = 30.77%
G = 35.6%
B = 33.63%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#ACC7BC (or 0xACC7BC) is known color: Opal. HEX triplet: AC, C7 and BC. RGB value is (172,199,188). Sum of RGB (Red+Green+Blue) = 172+199+188=559 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.77% from 559); Green value is 199 (78.12% from 255 or 35.60% from 559); Blue value is 188 (73.83% from 255 or 33.63% from 559); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC7BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC7BC is #533843. Grayscale: #BDBDBD. Windows color (decimal): -5453892 or 12371884. OLE color: 12371884.

HSL color Cylindrical-coordinate representation of color #ACC7BC: hue angle of 155.56º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ACC7BC is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 199 188 -
CMYK 0.14 0 0.06 0.22
HSL 155.56º 0.19% 0.73% -
HSV(B) 155.56º 0.14% 0.78% -
XYZ 46.51 53.25 55.4 -
YUV 189.67 127.05 115.39 -
System Red Green Blue C M Y K H S L
Decimal 172 199 188 0.14 0 0.06 0.22 155.56 0.19 0.73
Hex AC C7 BC E 0 6 16 9C 13 49
Octal 254 307 274 16 0 6 26 234 23 111
Binary 10101100 11000111 10111100 1110 0 110 10110 10011100 10011 1001001

Color Harmonies of #ACC7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC7BC

Black with #ACC7BC

Text Example


Text Example

White with #ACC7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC7BC; }

 p { color: rgb(172,199,188); }

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

background-color css

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

 a { background-color: rgb(172,199,188); }

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

border-color css

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

 span { border-color: rgb(172,199,188); }

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