Html Css Color HEX #ACCBB9 Nebula

📋 copy color: '#ACCBB9'

red 172 ◦ green 203 ◦ blue 185

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

Shades of Nebula #ACCBB9

Tints of Nebula #ACCBB9

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.25%

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

R = 30.71%
G = 36.25%
B = 33.04%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#ACCBB9 (or 0xACCBB9) is known color: Nebula. HEX triplet: AC, CB and B9. RGB value is (172,203,185). Sum of RGB (Red+Green+Blue) = 172+203+185=560 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.71% from 560); Green value is 203 (79.69% from 255 or 36.25% from 560); Blue value is 185 (72.66% from 255 or 33.04% from 560); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCBB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCBB9 is #533446. Grayscale: #BFBFBF. Windows color (decimal): -5452871 or 12176300. OLE color: 12176300.

HSL color Cylindrical-coordinate representation of color #ACCBB9: hue angle of 145.16º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACCBB9 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 203 185 -
CMYK 0.15 0 0.09 0.20
HSL 145.16º 0.23% 0.74% -
HSV(B) 145.16º 0.15% 0.8% -
XYZ 47.13 54.99 54.03 -
YUV 191.68 124.23 113.96 -
System Red Green Blue C M Y K H S L
Decimal 172 203 185 0.15 0 0.09 0.20 145.16 0.23 0.74
Hex AC CB B9 F 0 9 14 91 17 4A
Octal 254 313 271 17 0 11 24 221 27 112
Binary 10101100 11001011 10111001 1111 0 1001 10100 10010001 10111 1001010

Color Harmonies of #ACCBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCBB9

Black with #ACCBB9

Text Example


Text Example

White with #ACCBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCBB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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