Html Css Color HEX #ACC3BC Opal

📋 copy color: '#ACC3BC'

red 172 ◦ green 195 ◦ blue 188

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

Shades of Opal #ACC3BC

Tints of Opal #ACC3BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.87%

R = 30.99%
G = 35.14%
B = 33.87%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#ACC3BC (or 0xACC3BC) is known color: Opal. HEX triplet: AC, C3 and BC. RGB value is (172,195,188). Sum of RGB (Red+Green+Blue) = 172+195+188=555 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.99% from 555); Green value is 195 (76.56% from 255 or 35.14% from 555); Blue value is 188 (73.83% from 255 or 33.87% from 555); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC3BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC3BC is #533C43. Grayscale: #BBBBBB. Windows color (decimal): -5454916 or 12370860. OLE color: 12370860.

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

Color convert

RGB 172 195 188 -
CMYK 0.12 0 0.04 0.24
HSL 161.74º 0.16% 0.72% -
HSV(B) 161.74º 0.12% 0.76% -
XYZ 45.61 51.43 55.1 -
YUV 187.33 128.38 117.07 -
System Red Green Blue C M Y K H S L
Decimal 172 195 188 0.12 0 0.04 0.24 161.74 0.16 0.72
Hex AC C3 BC C 0 4 18 A2 10 48
Octal 254 303 274 14 0 4 30 242 20 110
Binary 10101100 11000011 10111100 1100 0 100 11000 10100010 10000 1001000

Color Harmonies of #ACC3BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC3BC

Black with #ACC3BC

Text Example


Text Example

White with #ACC3BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC3BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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