Html Css Color HEX #ACC4BE Opal

📋 copy color: '#ACC4BE'

red 172 ◦ green 196 ◦ blue 190

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

Shades of Opal #ACC4BE

Tints of Opal #ACC4BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.05%

R = 30.82%
G = 35.13%
B = 34.05%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#ACC4BE (or 0xACC4BE) is known color: Opal. HEX triplet: AC, C4 and BE. RGB value is (172,196,190). Sum of RGB (Red+Green+Blue) = 172+196+190=558 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.82% from 558); Green value is 196 (76.95% from 255 or 35.13% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC4BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC4BE is #533B41. Grayscale: #BCBCBC. Windows color (decimal): -5454658 or 12502188. OLE color: 12502188.

HSL color Cylindrical-coordinate representation of color #ACC4BE: hue angle of 165º 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 #ACC4BE is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB 172 196 190 -
CMYK 0.12 0 0.03 0.23
HSL 165º 0.17% 0.72% -
HSV(B) 165º 0.12% 0.77% -
XYZ 46.05 51.97 56.32 -
YUV 188.14 129.05 116.49 -
System Red Green Blue C M Y K H S L
Decimal 172 196 190 0.12 0 0.03 0.23 165 0.17 0.72
Hex AC C4 BE C 0 3 17 A5 11 48
Octal 254 304 276 14 0 3 27 245 21 110
Binary 10101100 11000100 10111110 1100 0 11 10111 10100101 10001 1001000

Color Harmonies of #ACC4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC4BE

Black with #ACC4BE

Text Example


Text Example

White with #ACC4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC4BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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