Html Css Color HEX #ACC8BE Opal

📋 copy color: '#ACC8BE'

red 172 ◦ green 200 ◦ blue 190

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

Shades of Opal #ACC8BE

Tints of Opal #ACC8BE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.59%

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

R = 30.6%
G = 35.59%
B = 33.81%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#ACC8BE (or 0xACC8BE) is known color: Opal. HEX triplet: AC, C8 and BE. RGB value is (172,200,190). Sum of RGB (Red+Green+Blue) = 172+200+190=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 200 (78.52% from 255 or 35.59% from 562); Blue value is 190 (74.61% from 255 or 33.81% from 562); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC8BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC8BE is #533741. Grayscale: #BEBEBE. Windows color (decimal): -5453634 or 12503212. OLE color: 12503212.

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

Color convert

RGB 172 200 190 -
CMYK 0.14 0 0.05 0.22
HSL 158.57º 0.2% 0.73% -
HSV(B) 158.57º 0.14% 0.78% -
XYZ 46.96 53.8 56.62 -
YUV 190.49 127.72 114.81 -
System Red Green Blue C M Y K H S L
Decimal 172 200 190 0.14 0 0.05 0.22 158.57 0.2 0.73
Hex AC C8 BE E 0 5 16 9F 14 49
Octal 254 310 276 16 0 5 26 237 24 111
Binary 10101100 11001000 10111110 1110 0 101 10110 10011111 10100 1001001

Color Harmonies of #ACC8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC8BE

Black with #ACC8BE

Text Example


Text Example

White with #ACC8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC8BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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