Html Css Color HEX #ACC5BC Opal

📋 copy color: '#ACC5BC'

red 172 ◦ green 197 ◦ blue 188

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

Shades of Opal #ACC5BC

Tints of Opal #ACC5BC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.37%

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

R = 30.88%
G = 35.37%
B = 33.75%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#ACC5BC (or 0xACC5BC) is known color: Opal. HEX triplet: AC, C5 and BC. RGB value is (172,197,188). Sum of RGB (Red+Green+Blue) = 172+197+188=557 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.88% from 557); Green value is 197 (77.34% from 255 or 35.37% from 557); Blue value is 188 (73.83% from 255 or 33.75% from 557); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC5BC is #533A43. Grayscale: #BCBCBC. Windows color (decimal): -5454404 or 12371372. OLE color: 12371372.

HSL color Cylindrical-coordinate representation of color #ACC5BC: hue angle of 158.4º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACC5BC is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 172 197 188 -
CMYK 0.13 0 0.05 0.23
HSL 158.4º 0.18% 0.72% -
HSV(B) 158.4º 0.13% 0.77% -
XYZ 46.06 52.33 55.25 -
YUV 188.5 127.72 116.23 -
System Red Green Blue C M Y K H S L
Decimal 172 197 188 0.13 0 0.05 0.23 158.4 0.18 0.72
Hex AC C5 BC D 0 5 17 9E 12 48
Octal 254 305 274 15 0 5 27 236 22 110
Binary 10101100 11000101 10111100 1101 0 101 10111 10011110 10010 1001000

Color Harmonies of #ACC5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC5BC

Black with #ACC5BC

Text Example


Text Example

White with #ACC5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC5BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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