Html Css Color HEX #ACC4BD Opal

📋 copy color: '#ACC4BD'

red 172 ◦ green 196 ◦ blue 189

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

Shades of Opal #ACC4BD

Tints of Opal #ACC4BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 33.93%

R = 30.88%
G = 35.19%
B = 33.93%

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

#ACC4BD (or 0xACC4BD) is known color: Opal. HEX triplet: AC, C4 and BD. RGB value is (172,196,189). Sum of RGB (Red+Green+Blue) = 172+196+189=557 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.88% from 557); Green value is 196 (76.95% from 255 or 35.19% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC4BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC4BD is #533B42. Grayscale: #BCBCBC. Windows color (decimal): -5454659 or 12436652. OLE color: 12436652.

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

Color convert

RGB 172 196 189 -
CMYK 0.12 0 0.04 0.23
HSL 162.5º 0.17% 0.72% -
HSV(B) 162.5º 0.12% 0.77% -
XYZ 45.94 51.92 55.75 -
YUV 188.03 128.55 116.57 -
System Red Green Blue C M Y K H S L
Decimal 172 196 189 0.12 0 0.04 0.23 162.5 0.17 0.72
Hex AC C4 BD C 0 4 17 A2 11 48
Octal 254 304 275 14 0 4 27 242 21 110
Binary 10101100 11000100 10111101 1100 0 100 10111 10100010 10001 1001000

Color Harmonies of #ACC4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC4BD

Black with #ACC4BD

Text Example


Text Example

White with #ACC4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC4BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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