Html Css Color HEX #ACC6BB Opal

📋 copy color: '#ACC6BB'

red 172 ◦ green 198 ◦ blue 187

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

Shades of Opal #ACC6BB

Tints of Opal #ACC6BB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.55%

 BLUE value IS 187 (73.44% from 255) = 33.57%

R = 30.88%
G = 35.55%
B = 33.57%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#ACC6BB (or 0xACC6BB) is known color: Opal. HEX triplet: AC, C6 and BB. RGB value is (172,198,187). Sum of RGB (Red+Green+Blue) = 172+198+187=557 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.88% from 557); Green value is 198 (77.73% from 255 or 35.55% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC6BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC6BB is #533944. Grayscale: #BCBCBC. Windows color (decimal): -5454149 or 12306092. OLE color: 12306092.

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

Color convert

RGB 172 198 187 -
CMYK 0.13 0 0.06 0.22
HSL 154.62º 0.19% 0.73% -
HSV(B) 154.62º 0.13% 0.78% -
XYZ 46.18 52.75 54.76 -
YUV 188.97 126.89 115.89 -
System Red Green Blue C M Y K H S L
Decimal 172 198 187 0.13 0 0.06 0.22 154.62 0.19 0.73
Hex AC C6 BB D 0 6 16 9B 13 49
Octal 254 306 273 15 0 6 26 233 23 111
Binary 10101100 11000110 10111011 1101 0 110 10110 10011011 10011 1001001

Color Harmonies of #ACC6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC6BB

Black with #ACC6BB

Text Example


Text Example

White with #ACC6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC6BB; }

 p { color: rgb(172,198,187); }

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

background-color css

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

 a { background-color: rgb(172,198,187); }

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

border-color css

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

 span { border-color: rgb(172,198,187); }

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