Html Css Color HEX #ACC3BE Opal

📋 copy color: '#ACC3BE'

red 172 ◦ green 195 ◦ blue 190

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

Shades of Opal #ACC3BE

Tints of Opal #ACC3BE

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.01%

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

R = 30.88%
G = 35.01%
B = 34.11%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#ACC3BE (or 0xACC3BE) is known color: Opal. HEX triplet: AC, C3 and BE. RGB value is (172,195,190). Sum of RGB (Red+Green+Blue) = 172+195+190=557 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.88% from 557); Green value is 195 (76.56% from 255 or 35.01% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC3BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC3BE is #533C41. Grayscale: #BBBBBB. Windows color (decimal): -5454914 or 12501932. OLE color: 12501932.

HSL color Cylindrical-coordinate representation of color #ACC3BE: hue angle of 166.96º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACC3BE is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 195 190 -
CMYK 0.12 0 0.03 0.24
HSL 166.96º 0.16% 0.72% -
HSV(B) 166.96º 0.12% 0.76% -
XYZ 45.82 51.52 56.24 -
YUV 187.55 129.38 116.91 -
System Red Green Blue C M Y K H S L
Decimal 172 195 190 0.12 0 0.03 0.24 166.96 0.16 0.72
Hex AC C3 BE C 0 3 18 A7 10 48
Octal 254 303 276 14 0 3 30 247 20 110
Binary 10101100 11000011 10111110 1100 0 11 11000 10100111 10000 1001000

Color Harmonies of #ACC3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC3BE

Black with #ACC3BE

Text Example


Text Example

White with #ACC3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC3BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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