Html Css Color HEX #ACC8B9 Nebula

📋 copy color: '#ACC8B9'

red 172 ◦ green 200 ◦ blue 185

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

Shades of Nebula #ACC8B9

Tints of Nebula #ACC8B9

RGB

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

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

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

R = 30.88%
G = 35.91%
B = 33.21%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#ACC8B9 (or 0xACC8B9) is known color: Nebula. HEX triplet: AC, C8 and B9. RGB value is (172,200,185). Sum of RGB (Red+Green+Blue) = 172+200+185=557 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.88% from 557); Green value is 200 (78.52% from 255 or 35.91% from 557); Blue value is 185 (72.66% from 255 or 33.21% from 557); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC8B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC8B9 is #533746. Grayscale: #BDBDBD. Windows color (decimal): -5453639 or 12175532. OLE color: 12175532.

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

Color convert

RGB 172 200 185 -
CMYK 0.14 0 0.08 0.22
HSL 147.86º 0.2% 0.73% -
HSV(B) 147.86º 0.14% 0.78% -
XYZ 46.42 53.58 53.79 -
YUV 189.92 125.22 115.22 -
System Red Green Blue C M Y K H S L
Decimal 172 200 185 0.14 0 0.08 0.22 147.86 0.2 0.73
Hex AC C8 B9 E 0 8 16 94 14 49
Octal 254 310 271 16 0 10 26 224 24 111
Binary 10101100 11001000 10111001 1110 0 1000 10110 10010100 10100 1001001

Color Harmonies of #ACC8B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC8B9

Black with #ACC8B9

Text Example


Text Example

White with #ACC8B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC8B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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