Html Css Color HEX #ACB0BB Mischka

📋 copy color: '#ACB0BB'

red 172 ◦ green 176 ◦ blue 187

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

Shades of Mischka #ACB0BB

Tints of Mischka #ACB0BB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.9%

 BLUE value IS 187 (73.44% from 255) = 34.95%

R = 32.15%
G = 32.9%
B = 34.95%

CMYK

 C value IS 0.08

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#ACB0BB (or 0xACB0BB) is known color: Mischka. HEX triplet: AC, B0 and BB. RGB value is (172,176,187). Sum of RGB (Red+Green+Blue) = 172+176+187=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 176 (69.14% from 255 or 32.90% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 187 - color contains mainly: blue. Hex color #ACB0BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB0BB is #534F44. Grayscale: #B0B0B0. Windows color (decimal): -5459781 or 12300460. OLE color: 12300460.

HSL color Cylindrical-coordinate representation of color #ACB0BB: hue angle of 224º 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 #ACB0BB is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 176 187 -
CMYK 0.08 0.06 0 0.27
HSL 224º 0.1% 0.7% -
HSV(B) 224º 0.08% 0.73% -
XYZ 41.51 43.41 53.2 -
YUV 176.06 134.17 125.11 -
System Red Green Blue C M Y K H S L
Decimal 172 176 187 0.08 0.06 0 0.27 224 0.1 0.7
Hex AC B0 BB 8 6 0 1B E0 A 46
Octal 254 260 273 10 6 0 33 340 12 106
Binary 10101100 10110000 10111011 1000 110 0 11011 11100000 1010 1000110

Color Harmonies of #ACB0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB0BB

Black with #ACB0BB

Text Example


Text Example

White with #ACB0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB0BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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