Html Css Color HEX #ACC8BA Nebula

📋 copy color: '#ACC8BA'

red 172 ◦ green 200 ◦ blue 186

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

Shades of Nebula #ACC8BA

Tints of Nebula #ACC8BA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.84%

 BLUE value IS 186 (73.05% from 255) = 33.33%

R = 30.82%
G = 35.84%
B = 33.33%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#ACC8BA (or 0xACC8BA) is known color: Nebula. HEX triplet: AC, C8 and BA. RGB value is (172,200,186). Sum of RGB (Red+Green+Blue) = 172+200+186=558 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.82% from 558); Green value is 200 (78.52% from 255 or 35.84% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC8BA is #533745. Grayscale: #BEBEBE. Windows color (decimal): -5453638 or 12241068. OLE color: 12241068.

HSL color Cylindrical-coordinate representation of color #ACC8BA: hue angle of 150º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ACC8BA is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 200 186 -
CMYK 0.14 0 0.07 0.22
HSL 150º 0.2% 0.73% -
HSV(B) 150º 0.14% 0.78% -
XYZ 46.53 53.62 54.35 -
YUV 190.03 125.72 115.14 -
System Red Green Blue C M Y K H S L
Decimal 172 200 186 0.14 0 0.07 0.22 150 0.2 0.73
Hex AC C8 BA E 0 7 16 96 14 49
Octal 254 310 272 16 0 7 26 226 24 111
Binary 10101100 11001000 10111010 1110 0 111 10110 10010110 10100 1001001

Color Harmonies of #ACC8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC8BA

Black with #ACC8BA

Text Example


Text Example

White with #ACC8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC8BA; }

 p { color: rgb(172,200,186); }

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

background-color css

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

 a { background-color: rgb(172,200,186); }

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

border-color css

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

 span { border-color: rgb(172,200,186); }

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