Html Css Color HEX #ACBBB9 Opal

📋 copy color: '#ACBBB9'

red 172 ◦ green 187 ◦ blue 185

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

Shades of Opal #ACBBB9

Tints of Opal #ACBBB9

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.38%

 BLUE value IS 185 (72.66% from 255) = 34.01%

R = 31.62%
G = 34.38%
B = 34.01%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#ACBBB9 (or 0xACBBB9) is known color: Opal. HEX triplet: AC, BB and B9. RGB value is (172,187,185). Sum of RGB (Red+Green+Blue) = 172+187+185=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 187 (73.44% from 255 or 34.38% from 544); Blue value is 185 (72.66% from 255 or 34.01% from 544); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBBB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBBB9 is #534446. Grayscale: #B6B6B6. Windows color (decimal): -5456967 or 12172204. OLE color: 12172204.

HSL color Cylindrical-coordinate representation of color #ACBBB9: hue angle of 172º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ACBBB9 is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 187 185 -
CMYK 0.08 0 0.01 0.27
HSL 172º 0.1% 0.7% -
HSV(B) 172º 0.08% 0.73% -
XYZ 43.54 47.81 52.83 -
YUV 182.29 129.53 120.66 -
System Red Green Blue C M Y K H S L
Decimal 172 187 185 0.08 0 0.01 0.27 172 0.1 0.7
Hex AC BB B9 8 0 1 1B AC A 46
Octal 254 273 271 10 0 1 33 254 12 106
Binary 10101100 10111011 10111001 1000 0 1 11011 10101100 1010 1000110

Color Harmonies of #ACBBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBBB9

Black with #ACBBB9

Text Example


Text Example

White with #ACBBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBBB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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