Html Css Color HEX #ACC3BD Opal

📋 copy color: '#ACC3BD'

red 172 ◦ green 195 ◦ blue 189

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

Shades of Opal #ACC3BD

Tints of Opal #ACC3BD

RGB

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

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

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

R = 30.94%
G = 35.07%
B = 33.99%

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

#ACC3BD (or 0xACC3BD) is known color: Opal. HEX triplet: AC, C3 and BD. RGB value is (172,195,189). Sum of RGB (Red+Green+Blue) = 172+195+189=556 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.94% from 556); Green value is 195 (76.56% from 255 or 35.07% from 556); Blue value is 189 (74.22% from 255 or 33.99% from 556); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC3BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC3BD is #533C42. Grayscale: #BBBBBB. Windows color (decimal): -5454915 or 12436396. OLE color: 12436396.

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

Color convert

RGB 172 195 189 -
CMYK 0.12 0 0.03 0.24
HSL 164.35º 0.16% 0.72% -
HSV(B) 164.35º 0.12% 0.76% -
XYZ 45.71 51.48 55.67 -
YUV 187.44 128.88 116.99 -
System Red Green Blue C M Y K H S L
Decimal 172 195 189 0.12 0 0.03 0.24 164.35 0.16 0.72
Hex AC C3 BD C 0 3 18 A4 10 48
Octal 254 303 275 14 0 3 30 244 20 110
Binary 10101100 11000011 10111101 1100 0 11 11000 10100100 10000 1001000

Color Harmonies of #ACC3BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC3BD

Black with #ACC3BD

Text Example


Text Example

White with #ACC3BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC3BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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