Html Css Color HEX #ACC4BC Opal

📋 copy color: '#ACC4BC'

red 172 ◦ green 196 ◦ blue 188

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

Shades of Opal #ACC4BC

Tints of Opal #ACC4BC

RGB

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

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

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

R = 30.94%
G = 35.25%
B = 33.81%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#ACC4BC (or 0xACC4BC) is known color: Opal. HEX triplet: AC, C4 and BC. RGB value is (172,196,188). Sum of RGB (Red+Green+Blue) = 172+196+188=556 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.94% from 556); Green value is 196 (76.95% from 255 or 35.25% from 556); Blue value is 188 (73.83% from 255 or 33.81% from 556); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC4BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC4BC is #533B43. Grayscale: #BBBBBB. Windows color (decimal): -5454660 or 12371116. OLE color: 12371116.

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

Color convert

RGB 172 196 188 -
CMYK 0.12 0 0.04 0.23
HSL 160º 0.17% 0.72% -
HSV(B) 160º 0.12% 0.77% -
XYZ 45.83 51.88 55.18 -
YUV 187.91 128.05 116.65 -
System Red Green Blue C M Y K H S L
Decimal 172 196 188 0.12 0 0.04 0.23 160 0.17 0.72
Hex AC C4 BC C 0 4 17 A0 11 48
Octal 254 304 274 14 0 4 27 240 21 110
Binary 10101100 11000100 10111100 1100 0 100 10111 10100000 10001 1001000

Color Harmonies of #ACC4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC4BC

Black with #ACC4BC

Text Example


Text Example

White with #ACC4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC4BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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