#ACCDB9

Color #ACCDB9 Nebula (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nebula #ACCDB9

Tints of Nebula #ACCDB9

Color information

#ACCDB9 (or 0xACCDB9) is unknown color: approx Nebula. HEX triplet: AC, CD and B9. RGB value is (172,205,185). Sum of RGB (Red+Green+Blue) = 172+205+185=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 205 (80.47% from 255 or 36.48% from 562); Blue value is 185 (72.66% from 255 or 32.92% from 562); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCDB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCDB9 is #533246. Grayscale: #C0C0C0. Windows color (decimal): -5452359 or 12176812. OLE color: 12176812.

HSL color Cylindrical-coordinate representation of color #ACCDB9: hue angle of 143.64º degrees, saturation: 0.25, 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 #ACCDB9 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB172205185-
CMYK0.1600.100.20
HSL143.64º24.81%73.92%-
HSV(B)143.64º16.1%80.39%-
XYZ47.655.9454.19-
YUV192.85123.57113.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.60%
GREEN value IS 205 (80.47% from 255) = 36.48%
BLUE value IS 185 (72.66% from 255) = 32.92%
R=30.60%
G=36.48%
B=32.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1722051850.1600.100.20143.6424.8173.92
HexACCDB9100A1490194a
Octal254315271200122422031112
Binary10101100110011011011100110000010101010010010000110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCDB9; }

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

 H1.HeaderClassName
 {
   color: #ACCDB9;
 }
 .AnyTagClassName
 {
   color: #ACCDB9;
 }
</style>
background-color css

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

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

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

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

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

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