Html Css Color HEX #ACCCB9 Nebula

📋 copy color: '#ACCCB9'

red 172 ◦ green 204 ◦ blue 185

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

Shades of Nebula #ACCCB9

Tints of Nebula #ACCCB9

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.36%

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

R = 30.66%
G = 36.36%
B = 32.98%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#ACCCB9 (or 0xACCCB9) is known color: Nebula. HEX triplet: AC, CC and B9. RGB value is (172,204,185). Sum of RGB (Red+Green+Blue) = 172+204+185=561 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.66% from 561); Green value is 204 (80.08% from 255 or 36.36% from 561); Blue value is 185 (72.66% from 255 or 32.98% from 561); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCCB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCCB9 is #533346. Grayscale: #C0C0C0. Windows color (decimal): -5452615 or 12176556. OLE color: 12176556.

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

Color convert

RGB 172 204 185 -
CMYK 0.16 0 0.09 0.2
HSL 144.38º 0.24% 0.74% -
HSV(B) 144.38º 0.16% 0.8% -
XYZ 47.36 55.46 54.11 -
YUV 192.27 123.9 113.54 -
System Red Green Blue C M Y K H S L
Decimal 172 204 185 0.16 0 0.09 0.2 144.38 0.24 0.74
Hex AC CC B9 10 0 9 14 90 18 4A
Octal 254 314 271 20 0 11 24 220 30 112
Binary 10101100 11001100 10111001 10000 0 1001 10100 10010000 11000 1001010

Color Harmonies of #ACCCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCCB9

Black with #ACCCB9

Text Example


Text Example

White with #ACCCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCCB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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